diff --git a/config.py b/config.py index 5ee7596..7da7161 100644 --- a/config.py +++ b/config.py @@ -8,6 +8,7 @@ MODBUS_HOSTS = [ {"ip": "10.84.60.32", "location": "Warehouse-C", "type": "temperature_humidity"}, {"ip": "10.84.60.33", "location": "Dyeing-Kitchen", "type": "temperature_humidity"}, {"ip": "10.84.60.34", "location": "Second-Floor", "type": "temperature_humidity"}, + {"ip": "10.84.60.35", "location": "Monitoring-Room", "type": "temperature_humidity"}, {"ip": "10.84.48.100", "location": "Warehouse-A", "type": "temperature_humidity"}, {"ip": "10.84.48.101", "location": "Lab-Room", "type": "temperature_humidity"}, {"ip": "10.84.48.102", "location": "Office", "type": "cwt_co2"},