Skip to content

Python class to control an IP Power 9258 networked power switch

License

Notifications You must be signed in to change notification settings

agilesai1294/ip9258

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ip9258

Python class to control an IP Power 9258 networked power switch

Example use

import time
from ip9258 import Ip9258

ip9258 = Ip9258('192.168.1.10', 'admin', 'password')

for i in range(4):
    ip9258.on(i)
    time.delay(1)

    ip9258.off(i)
    time.delay(1)

About

Python class to control an IP Power 9258 networked power switch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%