Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

Example usage:

hub = get_hub("Mac address of ics2000", "email", "password")

This will also list the devices connected

hub.turnon(id of device to turn on)
  
hub.turnoff(id of device to turn off)

hub.getlampstatus(id of device)

Heavily WIP