You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
"scanChannels": 8190,
21
21
"allowFTDISerial": false,
22
22
"allowAMASerial": false,
23
-
"showBattery": false,
23
+
"showAging": false,
24
24
"debug": ""
25
25
},
26
26
"schema": {
@@ -39,15 +39,15 @@
39
39
"type": "boolean",
40
40
"default": false
41
41
},
42
-
"showBattery": {
43
-
"type": "boolean",
44
-
"title": "Show Battery Percentage",
45
-
"description": "experimental: Show the 'batteryPercentageRemaining' attribute as a property. Note that this attribute is reported from a power constrained device with possibly low quality consumer-grade batteries. Therefore, it may not represent what you expect. Particularly, it may drop in large increments and may suddenly go from, say, 50% to 1%. This attribute is reported very infrequently, maybe as little as once a day, so may take a while to appear after being enabled."
46
-
},
47
42
"debug": {
48
43
"type": "string",
49
44
"default": ""
50
45
},
46
+
"showAging": {
47
+
"type": "boolean",
48
+
"title": "Show Aging",
49
+
"description": "experimental - Creates an additional 'Last seen' property to show when each device was last active on the Zigbee network"
0 commit comments