Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

README.MD

File metadata and controls

15 lines (11 loc) · 243 Bytes

Python Juicenet

Access to the Juicenet EVSE charger API

Example

>>> import pyjuicenet
>>> api = pyjuicenet.Api('ACCESS_TOKEN')
>>> devices = api.get_devices()
>>> devices[0].update_state()
>>> devices[0].getVoltage()
240