-
Notifications
You must be signed in to change notification settings - Fork 7
/
switch.json
77 lines (77 loc) · 1.08 KB
/
switch.json
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
{
"name": "switch",
"author": "jemu",
"date": "2024-04-16",
"panel": {
"devicekeys": [
"switch:FHEM switch device"
],
"navigation": [
"switch-a-room::Räume->%s",
"switch-a-group::Gruppen->%s"
],
"sortby": [
"switch-a-sortby::%s"
]
},
"status": {
"title": [
"switch-a-alias:^.+$:%s",
"switch-i-NAME::%s"
],
"imageUrl": [
"::images/header_01.png"
],
"bar": [
"switch-state:on:100",
"switch-state::0"
]
},
"main": [
{
"level": {
"left1": "btn",
"mid": "info",
"right2": "btn"
},
"left1": {
"btn": [
"::mdi-power-off"
],
"divider": [
"::true"
],
"click": [
"::set switch off"
]
},
"mid": {
"text": [
"switch-state:on:an",
"switch-state:off:aus",
"switch-state::%s"
],
"divider": [
"::true"
],
"size": [
"::7"
]
},
"right2": {
"btn": [
"::mdi-power-on"
],
"click": [
"::set switch on"
]
}
}
],
"info": {
"left1": [
"switch-state:on::mdi-power-plug",
":::mdi-power-plug-off"
]
}
}