121
121
"newLine" : true
122
122
}
123
123
}
124
- }/*,
125
- "screensaver" : {
126
- "type" : " panel" ,
127
- "label" : " screensaver" ,
128
- "items" : {
129
- "isAlive" : {
130
- "type" : " alive" ,
131
- "textAlive" : " alive" ,
132
- "textNotAlive" : " alive" ,
133
- "hidden" : " true"
134
- },
135
- "scstype" : {
136
- "type" : " select" ,
137
- "label" : " mode" ,
138
- "default" : " standard" ,
139
- "options" : [
140
- {
141
- "label" : " Standard" ,
142
- "value" : " standard"
143
- },
144
- {
145
- "label" : " Alternative" ,
146
- "value" : " alternate"
147
- },
148
- {
149
- "label" : " Erweitert" ,
150
- "value" : " advanced"
151
- }
152
- ],
153
- "lg" : 3 ,
154
- "md" : 6
155
- },
156
- "scsentry" : {
157
- "type" : " selectSendTo" ,
158
- "label" : " mode" ,
159
- "command" : " scs-field" ,
160
- "jsonData" : " {\" type\" : \" ${data.scstype}\" , \" entry\" : \" ${data.scsentry}\" }" ,
161
- "alsoDependsOn" : [" scstype" ],
162
- "newLine" : true ,
163
- "lg" : 3 ,
164
- "md" : 6
165
- },
166
- "currentfield" : {
167
- "type" : " text" ,
168
- "hidden" : " true" ,
169
- "default" : " "
170
- },
171
- "scsfield" : {
172
- "type" : " select" ,
173
- "label" : " field" ,
174
- "default" : " value" ,
175
- "options" : [
176
- {
177
- "label" : " value" ,
178
- "value" : " value"
179
- },
180
- {
181
- "label" : " decimal" ,
182
- "value" : " decimal"
183
- },
184
- {
185
- "label" : " factor" ,
186
- "value" : " factor"
187
- },
188
- {
189
- "label" : " unit" ,
190
- "value" : " unit"
191
- },
192
- {
193
- "label" : " date" ,
194
- "value" : " date"
195
- },
196
- {
197
- "label" : " iconon" ,
198
- "value" : " iconon"
199
- },
200
- {
201
- "label" : " icononcolor" ,
202
- "value" : " icononcolor"
203
- },
204
- {
205
- "label" : " iconoff" ,
206
- "value" : " iconoff"
207
- },
208
- {
209
- "label" : " iconoffcolor" ,
210
- "value" : " iconoffcolor"
211
- },
212
- {
213
- "label" : " iconscale" ,
214
- "value" : " iconscale"
215
- },
216
- {
217
- "label" : " texton" ,
218
- "value" : " texton"
219
- },
220
- {
221
- "label" : " textoff" ,
222
- "value" : " textoff"
223
- }
224
- ],
225
- "lg" : 3 ,
226
- "md" : 6 ,
227
- "newLine" : true
228
- },
229
- "reload" : {
230
- "type" : " sendTo" ,
231
- "command" : " reload" ,
232
- "useNative" : true ,
233
- "jsonData" : " {\" type\" : \" ${data.scstype}\" , \" entry\" : \" ${data.scsentry}\" , \" field\" : \" ${data.scsfield}\" }" ,
234
- "label" :" Load Entry" ,
235
- "newLine" : true ,
236
- "hidden" : " !data.scsentry || !data.scsfield"
237
- },
238
- "setData" : {
239
- "type" : " sendTo" ,
240
- "command" : " setData" ,
241
- "useNative" : true ,
242
- "jsonData" : " {\" type\" : \" ${data.scstype}\" , \" entry\" : \" ${data.scsentry}\" , \" field\" : \" ${data.scsfield}\" , \" entity_value_read\" : \" ${data.entity_value_read}\" , \" entity_value_dp\" : \" ${data.entity_value_dp}\" , \" field\" : \" ${data.scsfield}\" , \" entity_value_forcetyp\" : \" ${data.entity_value_forcetyp}\" , \" entity_value_constVal\" : \" ${data.entity_value_constVal}\" , \" entity_value_type\" : \" ${data.entity_value_type}\" }" ,
243
- "label" :" Save Entry" ,
244
- "newLine" : true ,
245
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield"
246
-
247
- },
248
-
249
- "entity_value_type" : {
250
- "type" : " select" ,
251
- "default" : " const" ,
252
- "options" : [
253
- {
254
- "label" : " Konstanter Wert" ,
255
- "value" : " const"
256
- },
257
- {
258
- "label" : " Datenpunkt" ,
259
- "value" : " state"
260
- },
261
- {
262
- "label" : " Überwachter Datenpunkt" ,
263
- "value" : " triggered"
264
- }
265
- ],
266
- "label" : " Datenmodus" ,
267
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield" ,
268
- "lg" : 3 ,
269
- "md" : 6 ,
270
- "newLine" : true
271
- },
272
- "entity_value_constVal" : {
273
- "type" : " text" ,
274
- "label" : " Konstanter Wert" ,
275
- "default" : " " ,
276
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield || data.entity_value_type !== 'const' "
277
- },
278
- "entity_value_dp" : {
279
- "type" : " text" ,
280
- "label" : " Datenpunkt" ,
281
- "default" : " " ,
282
- "lg" : 3 ,
283
- "md" : 6 ,
284
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield || (data.entity_value_type !== 'state' && data.entity_value_type !== 'triggered')"
285
- },
286
- "entity_value_forcetyp" : {
287
- "type" : " text" ,
288
- "label" : " Forciere Datentyp" ,
289
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield" ,
290
- "default" : " " ,
291
- "newLine" : true
292
- },
293
- "entity_value_read" : {
294
- "type" : " text" ,
295
- "minRows" : 5 ,
296
- "label" : " Umwandlungsfunktion" ,
297
- "default" : " " ,
298
- "hidden" : " data.currentfield !== data.scsentry +'#'+ data.scsfield || (data.entity_value_type !== 'state' && data.entity_value_type !== 'triggered')" ,
299
- "lg" : 6 ,
300
- "md" : 6
301
- }
302
- }
303
- }*/
124
+ }
304
125
}
305
126
}
0 commit comments