Skip to content

Meters

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 meters general info

iccpro.get_meters_general_info()

Last modified on: 2024-01-31 09:50:33