|
@@ -55,7 +55,9 @@ async def get_acatah_supply_air_temperature_set_v2(
|
|
supply_air_temperature_set = build_acatah_supply_air_temperature_set(params)
|
|
supply_air_temperature_set = build_acatah_supply_air_temperature_set(params)
|
|
|
|
|
|
logger.info(params)
|
|
logger.info(params)
|
|
- logger.info(supply_air_temperature_set)
|
|
|
|
|
|
+ logger.info(
|
|
|
|
+ f"{params.device_id}: supply_air_temperature_set - {supply_air_temperature_set}"
|
|
|
|
+ )
|
|
|
|
|
|
resp = {"supply_air_temperature_set": supply_air_temperature_set}
|
|
resp = {"supply_air_temperature_set": supply_air_temperature_set}
|
|
|
|
|