Commit 75a8656 ticaki
committed
1 parent 4b87fa1 commit 75a8656 Copy full SHA for 75a8656
File tree 2 files changed +21
-9
lines changed
2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 11
11
"xs" : 12 ,
12
12
"sm" : 12 ,
13
13
"md" : 6 ,
14
- "lg" : 6
14
+ "lg" : 6 ,
15
+ "xl" : 6
15
16
},
16
17
"MQTTServerIp" : {
17
18
"type" : " text" ,
21
22
"xs" : 12 ,
22
23
"sm" : 12 ,
23
24
"md" : 6 ,
24
- "lg" : 6
25
+ "lg" : 6 ,
26
+ "xl" : 6
25
27
},
26
28
"MQTTServerPort" : {
27
29
"type" : " number" ,
33
35
"xs" : 12 ,
34
36
"sm" : 12 ,
35
37
"md" : 6 ,
36
- "lg" : 6
38
+ "lg" : 6 ,
39
+ "xl" : 6
37
40
},
38
41
"MQTTUsername" : {
39
42
"type" : " text" ,
42
45
"xs" : 12 ,
43
46
"sm" : 12 ,
44
47
"md" : 6 ,
45
- "lg" : 6
48
+ "lg" : 6 ,
49
+ "xl" : 6
46
50
},
47
51
"MQTTPassword" : {
48
52
"type" : " password" ,
51
55
"xs" : 12 ,
52
56
"sm" : 12 ,
53
57
"md" : 6 ,
54
- "lg" : 6
58
+ "lg" : 6 ,
59
+ "xl" : 6
55
60
},
56
61
"unseenTime" : {
57
62
"type" : " number" ,
62
67
"xs" : 12 ,
63
68
"sm" : 12 ,
64
69
"md" : 6 ,
65
- "lg" : 6
70
+ "lg" : 6 ,
71
+ "xl" : 6
66
72
},
67
73
"MQTTHandleInterval" : {
68
74
"type" : " number" ,
72
78
"xs" : 12 ,
73
79
"sm" : 12 ,
74
80
"md" : 6 ,
75
- "lg" : 6
81
+ "lg" : 6 ,
82
+ "xl" : 6
76
83
},
77
84
"retainGlobal" : {
78
85
"type" : " checkbox" ,
82
89
"newLine" : true ,
83
90
"sm" : 12 ,
84
91
"md" : 6 ,
85
- "lg" : 6
92
+ "lg" : 6 ,
93
+ "xl" : 6
86
94
},
87
95
"devices" : {
88
96
"newLine" : true ,
101
109
"sm" : 12 ,
102
110
"md" : 8 ,
103
111
"lg" : 4 ,
112
+ "xl" : 6 ,
104
113
"label" : " selectDevice" ,
105
114
"newLine" : true
106
115
},
114
123
"sm" : 6 ,
115
124
"md" : 6 ,
116
125
"lg" : 6 ,
126
+ "xl" : 6 ,
117
127
"disabled" : " !data.selectDevice" ,
118
128
"useNative" : true
119
129
},
127
137
"sm" : 6 ,
128
138
"md" : 6 ,
129
139
"lg" : 6 ,
140
+ "xl" : 6 ,
130
141
"disabled" : " !data.selectDevice" ,
131
142
"useNative" : true
132
143
},
137
148
"sm" : 12 ,
138
149
"md" : 12 ,
139
150
"lg" : 12 ,
151
+ "xl" : 12 ,
140
152
"noDelete" : true ,
141
153
"label" : " selectedDevices" ,
142
154
"items" : [
Original file line number Diff line number Diff line change 149
149
},
150
150
"dependencies" : [
151
151
{
152
- "js-controller" : " >=4 .0.24 "
152
+ "js-controller" : " >=5 .0.19 "
153
153
}
154
154
],
155
155
"globalDependencies" : [
You can’t perform that action at this time.
0 commit comments