Valves
Create ICC_PRO instance
from icc_pro import ICC_PRO
host = "..."
username = "..."
password = "..."
client_id = "..."
client_secret = "..."
iccpro = ICC_PRO(host, username, password, client_id, client_secret)
To get valves general info
| iccpro.get_valves_general_info()
|
To get valves info with GIS data
| iccpro.get_valves_gis_info()
|
To get valves status
| iccpro.get_valves_status()
|
Last modified on: 2024-01-31 09:50:33