Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
    "uid": "B5EB90613FD27245BC7A8EF5B9C7EB66C47C",
    "isLoaded": true,
    "lastModificationTime": 0,
    "items": {
        "name": "Add Choice",
        "type": "data_record",
        "order": 2,
        "category": "commonEvents",
        "id": "B5EB90613FD27245BC7A8EF5B9C7EB66C47C",
        "isFolder": false,
        "parentId": "F26220389226014E955B8907DC7C1FEBEF5E",
        "data": {
            "name": "Add Choice",
            "startCondition": 0,
            "conditionEnabled": false,
            "parallel": false,
            "autoPreload": true,
            "singleInstance": true,
            "inline": false,
            "parameters": [
                {
                    "label": "Text",
                    "type": 3,
                    "stringVariable": {
                        "name": "Text",
                        "index": 0,
                        "scope": 0
                    },
                    "stringValueType": "text"
                },
                {
                    "label": "Call Scene",
                    "type": 3,
                    "stringVariable": {
                        "name": "Scene ID",
                        "index": 1,
                        "scope": 0
                    },
                    "stringValueType": "sceneId"
                }
            ],
            "commands": [
                {
                    "id": "gs.Comment",
                    "params": {
                        "text": "Adds a choice to the list of choices which can be displayed via Show Choices common event. After Show Choices common event has been called, the choice list is empy again. It takes two parameters:\n\nText - The Choice Text which should be displayed\nCall Scene - A scene which will be called if the choice has been selected. The scene will be called the same way as Call Scene command."
                    },
                    "indent": 0,
                    "uid": "9BD01D67005723402148F806DDEE937AE826",
                    "expanded": true
                },
                {
                    "id": "gs.ListAdd",
                    "params": {
                        "valueType": 2,
                        "listVariable": {
                            "name": "Choices",
                            "index": 0,
                            "scope": 1,
                            "domain": "com.degica.vnm.default"
                        },
                        "numberValue": 0,
                        "switchValue": {
                            "scope": 1,
                            "index": 0,
                            "domain": "com.degica.vnm.default"
                        },
                        "stringValue": {
                            "name": "Text",
                            "index": 0,
                            "scope": 0
                        },
                        "listValue": {
                            "scope": 1,
                            "index": 0,
                            "domain": "com.degica.vnm.default"
                        },
                        "previewBackground": {
                            "name": "$live_preview_snapshot"
                        }
                    },
                    "indent": 0,
                    "uid": "659A31972EA44544B478C9C6968695946C62"
                },
                {
                    "id": "gs.ListAdd",
                    "params": {
                        "valueType": 2,
                        "listVariable": {
                            "name": "Choice Actions",
                            "index": 1,
                            "scope": 1,
                            "domain": "com.degica.vnm.default"
                        },
                        "numberValue": 0,
                        "switchValue": {
                            "scope": 1,
                            "index": 0,
                            "domain": "com.degica.vnm.default"
                        },
                        "stringValue": {
                            "name": "Scene ID",
                            "index": 1,
                            "scope": 0
                        },
                        "listValue": {
                            "scope": 1,
                            "index": 0,
                            "domain": "com.degica.vnm.default"
                        },
                        "previewBackground": {
                            "name": "$live_preview_snapshot"
                        }
                    },
                    "indent": 0,
                    "uid": "7A9139104DD1204EFB5960A450C657D483F7"
                }
            ],
            "index": "B5EB90613FD27245BC7A8EF5B9C7EB66C47C",
            "booleanVariables": [
                {
                    "name": "",
                    "index": 0,
                    "scope": 0
                }
            ],
            "numberVariables": [
                {
                    "name": "",
                    "index": 0,
                    "scope": 0
                }
            ],
            "stringVariables": [
                {
                    "name": "Text",
                    "index": 0,
                    "scope": 0
                },
                {
                    "name": "Scene ID",
                    "index": 1,
                    "scope": 0
                }
            ],
            "listVariables": [
                {
                    "name": "",
                    "index": 0,
                    "scope": 0
                }
            ],
            "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86"
        }
    },
    "summary": [
        "name",
        "type",
        "order"
    ]
}

Commits for Nextrek/s2s/data/B5EB90613FD27245BC7A8EF5B9C7EB66C47C.json

Diff revisions: vs.
Revision Author Commited Message
1086 Diff Diff ASorrentino picture ASorrentino Fri 11 May, 2018 21:50:37 +0000
1084 MOliva picture MOliva Fri 11 May, 2018 12:41:55 +0000