|
@ -54,6 +54,7 @@ DeviceIOService::env_sensor_state_t DeviceIOServiceMock::getEnvSensorState() { |
|
|
state.atmospheric_pressure = 9973; |
|
|
state.atmospheric_pressure = 9973; |
|
|
state.tvoc = 9973; |
|
|
state.tvoc = 9973; |
|
|
state.hcho = 9973; |
|
|
state.hcho = 9973; |
|
|
|
|
|
state.light_intensity = 9973; |
|
|
return state; |
|
|
return state; |
|
|
} |
|
|
} |
|
|
void DeviceIOServiceMock::fanGetState(int id, float& power, uint16_t& error) { |
|
|
void DeviceIOServiceMock::fanGetState(int id, float& power, uint16_t& error) { |
|
|