File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "i18n" : true ,
3- "type" : " panel" ,
4- "items" : {
5- "Use MQTT" : {
6- "type" : " checkbox" ,
7- "label" : " Use MQTT" ,
8- "newLine" : true
9- },
10- "Debug" : {
11- "type" : " checkbox" ,
12- "label" : " Debug" ,
13- "newLine" : true
14- }
2+ "i18n" : true ,
3+ "type" : " panel" ,
4+ "items" : {
5+ "username" : {
6+ "type" : " text" ,
7+ "label" : " SofarCloud username (email)" ,
8+ "newLine" : true ,
9+ "xs" : 12 ,
10+ "sm" : 12 ,
11+ "md" : 6 ,
12+ "lg" : 4 ,
13+ "xl" : 4
14+ },
15+ "passwort" : {
16+ "type" : " text" ,
17+ "label" : " SofarCloud password" ,
18+ "xs" : 12 ,
19+ "sm" : 12 ,
20+ "md" : 6 ,
21+ "lg" : 4 ,
22+ "xl" : 4
23+ },
24+ "mqtt_active" : {
25+ "type" : " checkbox" ,
26+ "label" : " Use MQTT" ,
27+ "default" : false ,
28+ "newLine" : true ,
29+ "xs" : 12 ,
30+ "sm" : 12 ,
31+ "md" : 6 ,
32+ "lg" : 4 ,
33+ "xl" : 4
34+ },
35+ "broker_address" : {
36+ "type" : " text" ,
37+ "label" : " MQTT broker IP address" ,
38+ "newLine" : true ,
39+ "xs" : 12 ,
40+ "sm" : 12 ,
41+ "md" : 6 ,
42+ "lg" : 4 ,
43+ "xl" : 4
44+ },
45+ "mqtt_port" : {
46+ "type" : " number" ,
47+ "label" : " MQTT port" ,
48+ "default" : 1883 ,
49+ "xs" : 12 ,
50+ "sm" : 12 ,
51+ "md" : 6 ,
52+ "lg" : 4 ,
53+ "xl" : 4
54+ },
55+ "mqtt_user" : {
56+ "type" : " text" ,
57+ "label" : " MQTT user" ,
58+ "newLine" : true ,
59+ "xs" : 12 ,
60+ "sm" : 12 ,
61+ "md" : 6 ,
62+ "lg" : 4 ,
63+ "xl" : 4
64+ },
65+ "mqtt_pass" : {
66+ "type" : " text" ,
67+ "label" : " MQTT password" ,
68+ "xs" : 12 ,
69+ "sm" : 12 ,
70+ "md" : 6 ,
71+ "lg" : 4 ,
72+ "xl" : 4
73+ },
74+ "storeJson" : {
75+ "type" : " checkbox" ,
76+ "label" : " Save Json file" ,
77+ "default" : false ,
78+ "newLine" : true ,
79+ "xs" : 12 ,
80+ "sm" : 12 ,
81+ "md" : 6 ,
82+ "lg" : 4 ,
83+ "xl" : 4
84+ },
85+ "storeDir" : {
86+ "type" : " text" ,
87+ "label" : " Folder for JSON file" ,
88+ "default" : " /home/pi" ,
89+ "xs" : 12 ,
90+ "sm" : 12 ,
91+ "md" : 6 ,
92+ "lg" : 4 ,
93+ "xl" : 4
1594 }
16- }
95+ }
96+ }
Original file line number Diff line number Diff line change 8080 ],
8181 "globalDependencies" : [
8282 {
83- "admin" : " 7.0.23"
83+ "admin" : " >= 7.0.23"
8484 }
8585 ]
8686 },
9090 },
9191 "objects" : [],
9292 "instanceObjects" : []
93- }
93+ }
You can’t perform that action at this time.
0 commit comments