-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MyHomeMyData
committed
Nov 28, 2023
1 parent
2593233
commit ff14409
Showing
4 changed files
with
167 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,120 @@ | ||
{ | ||
"i18n": true, | ||
"i18n": false, | ||
"type": "panel", | ||
"items": { | ||
"option1": { | ||
"can_header": { | ||
"type": "header", | ||
"text": "CAN Adapter", | ||
"size": 2, | ||
"newLine": false | ||
}, | ||
"can_name": { | ||
"type": "text", | ||
"label": "can bus", | ||
"default" : "vcan0", | ||
"newLine": false | ||
}, | ||
"e380_header": { | ||
"type": "header", | ||
"text": "Energy Meter E380", | ||
"size": 2, | ||
"newLine": true | ||
}, | ||
"e380_name": { | ||
"type": "text", | ||
"label": "Name", | ||
"default" : "e380", | ||
"newLine": false | ||
}, | ||
"e380_tree": { | ||
"type": "checkbox", | ||
"label": "tree states", | ||
"default" : true, | ||
"newLine": false | ||
}, | ||
"e380_json": { | ||
"type": "checkbox", | ||
"label": "option1", | ||
"label": "json states", | ||
"default" : false, | ||
"newLine": false | ||
}, | ||
"e380_delay": { | ||
"type": "text", | ||
"label": "Min. update time (s)", | ||
"default" : 5, | ||
"newLine": false | ||
}, | ||
"dev1_header": { | ||
"type": "header", | ||
"text": "Viessmann Device 1", | ||
"size": 2, | ||
"newLine": true | ||
}, | ||
"option2": { | ||
"dev1_name": { | ||
"type": "text", | ||
"label": "option2", | ||
"label": "Name", | ||
"default" : "vitocal", | ||
"newLine": false | ||
}, | ||
"dev1_tree": { | ||
"type": "checkbox", | ||
"label": "tree states", | ||
"default" : true, | ||
"newLine": false | ||
}, | ||
"dev1_json": { | ||
"type": "checkbox", | ||
"label": "json states", | ||
"default" : false, | ||
"newLine": false | ||
}, | ||
"dev1_delay": { | ||
"type": "text", | ||
"label": "Min. update time (s)", | ||
"default" : 5, | ||
"newLine": false | ||
}, | ||
"dev1_canid": { | ||
"type": "text", | ||
"label": "CAN ID", | ||
"default" : "0x693", | ||
"newLine": false | ||
}, | ||
"dev2_header": { | ||
"type": "header", | ||
"text": "Viessmann Device 2", | ||
"size": 2, | ||
"newLine": true | ||
}, | ||
"dev2_name": { | ||
"type": "text", | ||
"label": "Name", | ||
"default" : "vx3", | ||
"newLine": false | ||
}, | ||
"dev2_tree": { | ||
"type": "checkbox", | ||
"label": "tree states", | ||
"default" : true, | ||
"newLine": false | ||
}, | ||
"dev2_json": { | ||
"type": "checkbox", | ||
"label": "json states", | ||
"default" : false, | ||
"newLine": false | ||
}, | ||
"dev2_delay": { | ||
"type": "text", | ||
"label": "Min. update time (s)", | ||
"default" : 5, | ||
"newLine": false | ||
}, | ||
"dev2_canid": { | ||
"type": "text", | ||
"label": "CAN ID", | ||
"default" : "0x451", | ||
"newLine": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,8 +83,6 @@ | |
] | ||
}, | ||
"native": { | ||
"option1": true, | ||
"option2": "42" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters