Merge branch 'master' of github.com:uwap/mqtt-control-map

This commit is contained in:
uwap 2018-07-18 08:26:07 +02:00
commit e16a284d70

View file

@ -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",