Skip to content

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

iccpro.get_virtual_meters_general_info()

Last modified on: 2024-01-30 16:45:38