light-control: control speakers and monitors
This commit is contained in:
parent
d150f47213
commit
24fea3101a
1 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
"stat/PAL01/RESULT"
|
"stat/PAL01/RESULT"
|
||||||
"stat/PAL03/RESULT"
|
"stat/PAL03/RESULT"
|
||||||
"stat/PAL04/RESULT"
|
"stat/PAL04/RESULT"
|
||||||
|
"stat/PAL07/RESULT"
|
||||||
|
"stat/PAL08/RESULT"
|
||||||
"zigbee2mqtt/light_2"
|
"zigbee2mqtt/light_2"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -142,6 +144,17 @@
|
||||||
id = "PAL06";
|
id = "PAL06";
|
||||||
rooms = [ "kitchen_room" ];
|
rooms = [ "kitchen_room" ];
|
||||||
})
|
})
|
||||||
|
# monitor and speakers
|
||||||
|
(sonoff {
|
||||||
|
id = "PAL07";
|
||||||
|
rooms = [ "bed_room" ];
|
||||||
|
delay = 180;
|
||||||
|
})
|
||||||
|
(sonoff {
|
||||||
|
id = "PAL08";
|
||||||
|
rooms = [ "bed_room" ];
|
||||||
|
delay = 180;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue