Merge branch 'master' of github.com:uwap/mqtt-control-map
This commit is contained in:
commit
e16a284d70
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ const config: Config = {
|
||||||
},
|
},
|
||||||
snackbar: {
|
snackbar: {
|
||||||
state: {
|
state: {
|
||||||
name: "/service/openhab/out/pca301_snackbar/state",
|
name: "stat/sonoff6/POWER",
|
||||||
type: types.option({ ON: "on", OFF: "off" })
|
type: types.option({ ON: "on", OFF: "off" })
|
||||||
},
|
},
|
||||||
command: {
|
command: {
|
||||||
name: "/service/openhab/in/pca301_snackbar/command",
|
name: "cmnd/sonoff6/power",
|
||||||
type: types.option({ on: "ON", off: "OFF" })
|
type: types.option({ on: "ON", off: "OFF" })
|
||||||
},
|
},
|
||||||
defaultValue: "off",
|
defaultValue: "off",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue