#pragma once #include #include enum SensorId : int { WINDOW1 = 1, WINDOW2 = 2, WATER_SENSOR = 3, TEMP_SENSOR = 4, LIGHT_SENSOR = 5 };