Skip to content

python2 library for controlling orvibo S20 wifi socket

License

Notifications You must be signed in to change notification settings

skarna1/python2-orvibo-s20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-orvibo

Control Orvibo devices with Python 2. Currently supports the S20 WiFi Smart Switch.

Usage

from orvibo.s20 import S20

s20 = S20("x.x.x.x", "mac") # Supply IP and MAC address
print(s20.on) # Current state (True = ON, False = OFF).
s20.on = True # Turn it on.
s20.on = False # Turn it off.

About

python2 library for controlling orvibo S20 wifi socket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages