-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
lucsoft
committed
May 24, 2019
1 parent
2325418
commit 42ba789
Showing
12 changed files
with
646 additions
and
473 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,49 +1,18 @@ | ||
{ | ||
"devices": [ | ||
{ | ||
"type": 1, | ||
"name": "Schreibtischlampe", | ||
"roomid": "2138791", | ||
"defaultstate": false, | ||
"id":"3472908", | ||
"requires": ["lucsoft.commandManager"], | ||
"stateupdate": "(e,g) => {let lscM = mmang.getModule(\"lucsoft.commandManager\").data.control;if(e){lscM.enableLED();} else {lscM.disableLED();}" | ||
}, | ||
{ | ||
"type":2, | ||
"name":"Deckenlampe", | ||
"roomid": "2138791", | ||
"defaultstate": false, | ||
"id":"4238749", | ||
"requires": [], | ||
"stateupdate": "(e,g) => {}" | ||
}, | ||
{ | ||
"type": 5, | ||
"name": "Haustür", | ||
"roomid":"123144", | ||
"defaultstate": true, | ||
"id":"3224523", | ||
"requires": ["lucsoft.serialConnect"], | ||
"stateupdate": "(e,g) => {}" | ||
}, | ||
{ | ||
"type": 9, | ||
"name":"Bewegungsmelder", | ||
"roomid":"123144", | ||
"defaultstate": true, | ||
"id":"1235462", | ||
"requires": [], | ||
"stateupdate":"(e,g) => {}" | ||
}, | ||
{ | ||
"type":7, | ||
"name": "PC-Strom", | ||
"roomid": "2138791", | ||
"defaultstate": false, | ||
"id":"1234742", | ||
"requires": [], | ||
"stateupdate":"(e,g) => {}" | ||
"devices": { | ||
"ips": ["192.168.0.97"], | ||
"HSM-1dsf83jjf0": { | ||
"useStatusLEDbyService": true, | ||
"sone": { | ||
"D": { | ||
"type": 1, | ||
"enableService": true, | ||
"fade": "3", | ||
"enableBrightness": true, | ||
"mode": "OUTPUT", | ||
"name": "Schreibtischlampe" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.