Skip to content

Joshi425/pythinkingcleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythinkingcleaner

Library to control ThinkingCleaner devices

Requirements

  • Python >= 3.0

Install

pip install pythinkingcleaner

Example

from pythinkingcleaner import ThinkingCleaner, Discovery
import pprint

discovery = Discovery()
cleaners = discovery.discover()

for device in cleaners:
    print(device.name)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%