Enable and Disable for wardrobe brightness
This commit is contained in:
parent
44bbd96893
commit
63b1834025
@ -1,7 +1,7 @@
|
||||
{
|
||||
"node-red": {
|
||||
"name": "node-red",
|
||||
"version": "3.1.8",
|
||||
"version": "3.1.9",
|
||||
"local": false,
|
||||
"user": false,
|
||||
"nodes": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"node-red": {
|
||||
"name": "node-red",
|
||||
"version": "3.1.9",
|
||||
"version": "3.1.8",
|
||||
"local": false,
|
||||
"user": false,
|
||||
"nodes": {
|
||||
|
@ -5517,7 +5517,7 @@
|
||||
"type": "ui_slider",
|
||||
"z": "bfed4666d7406ae3",
|
||||
"name": "Wardrobe",
|
||||
"label": "Wardrobe",
|
||||
"label": "Kleiderschrank",
|
||||
"tooltip": "",
|
||||
"group": "18b818e5503ce061",
|
||||
"order": 7,
|
||||
|
48
flows.json
48
flows.json
@ -5578,6 +5578,54 @@
|
||||
"y": 1440,
|
||||
"wires": []
|
||||
},
|
||||
{
|
||||
"id": "83c9f7cdf7ea4079",
|
||||
"type": "mqtt in",
|
||||
"z": "bfed4666d7406ae3",
|
||||
"name": "",
|
||||
"topic": "videv/ffe/sleep/wardrobe_light/state",
|
||||
"qos": "2",
|
||||
"datatype": "auto-detect",
|
||||
"broker": "f6f673e95e75873d",
|
||||
"nl": false,
|
||||
"rap": true,
|
||||
"rh": 0,
|
||||
"inputs": 0,
|
||||
"x": 180,
|
||||
"y": 1400,
|
||||
"wires": [
|
||||
[
|
||||
"bc6d193c8e7cc37c"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bc6d193c8e7cc37c",
|
||||
"type": "change",
|
||||
"z": "bfed4666d7406ae3",
|
||||
"name": "enable",
|
||||
"rules": [
|
||||
{
|
||||
"t": "move",
|
||||
"p": "payload",
|
||||
"pt": "msg",
|
||||
"to": "enabled",
|
||||
"tot": "msg"
|
||||
}
|
||||
],
|
||||
"action": "",
|
||||
"property": "",
|
||||
"from": "",
|
||||
"to": "",
|
||||
"reg": false,
|
||||
"x": 450,
|
||||
"y": 1400,
|
||||
"wires": [
|
||||
[
|
||||
"0a2d1dca58725d7c"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "dd02256c0c3a5be7",
|
||||
"type": "mqtt in",
|
||||
|
Loading…
x
Reference in New Issue
Block a user