added arbeitsplatte
This commit is contained in:
@@ -23,6 +23,7 @@ const int16_t UP_FLUR_ELTERN = 0x0632;
|
||||
const int16_t UP_ELTERN = 0x08AE;
|
||||
const int16_t UP_KUECHE_FLUR = 0x07F5; // [X]
|
||||
const int16_t UP_KUECHE_BAD = 0x0585; // [X X]
|
||||
const int16_t UP_KUECHE_ARBEITSPLATTE = 0x07A9; // [X X]
|
||||
|
||||
struct can_frame incomingCanFrame;
|
||||
|
||||
@@ -66,6 +67,8 @@ void setup() {
|
||||
// AddSimple (UP_WOHNZIMMER_TERASSE, 3, SW_WOHNZIMMER, 6); // Eingangstür Flur Licht 2
|
||||
|
||||
|
||||
AddToggle(UP_KUECHE_ARBEITSPLATTE, 1, SW_ANBAU, 2);
|
||||
|
||||
AddToggle(UP_KUECHE_FLUR, 1, SW_ANBAU, 3);
|
||||
AddToggle(UP_KUECHE_FLUR, 2, SW_ANBAU, 2);
|
||||
AddToggle(UP_KUECHE_BAD, 1, SW_ANBAU, 3);
|
||||
|
||||
Reference in New Issue
Block a user