Skip to content

rdegraafwhizzkit/ics2000-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trust ICS-2000 Python library

Forked from https://github.com/Stijn-Jacobs/ICS2000-Python

Example usage:

from ics2000.Core import get_hub
import logging

logging.basicConfig(level=logging.DEBUG)

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)

print(hub.getlampstatus(id of device))

Heavily WIP

About

KlikAanKlikUit ICS-2000 Python library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%