add id for new movement sensor

This commit is contained in:
Nicu Hodos 2020-09-25 19:38:31 +02:00
parent eba6d80ddc
commit 7ebc024d54

View File

@ -8,5 +8,6 @@ enum SensorId : int {
WINDOW2 = 2,
WATER_SENSOR = 3,
TEMP_SENSOR = 4,
LIGHT_SENSOR = 5
LIGHT_SENSOR = 5,
MOVEMENT_SENSOR = 6
};