add id for new movement sensor
This commit is contained in:
parent
eba6d80ddc
commit
7ebc024d54
@ -8,5 +8,6 @@ enum SensorId : int {
|
|||||||
WINDOW2 = 2,
|
WINDOW2 = 2,
|
||||||
WATER_SENSOR = 3,
|
WATER_SENSOR = 3,
|
||||||
TEMP_SENSOR = 4,
|
TEMP_SENSOR = 4,
|
||||||
LIGHT_SENSOR = 5
|
LIGHT_SENSOR = 5,
|
||||||
|
MOVEMENT_SENSOR = 6
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user