Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
/ tdtool Public archive

tdtool.py fork from telldus/telldus with sensor support

Notifications You must be signed in to change notification settings

klippo/tdtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

tdtool

tdtool.py fork from telldus/telldus with sensor support

Usage: ./tdtool.py [ options ]

Options:
         -[lsnfdbvh] [ --list ] [ --help ]
                      [ --sensor sensor ]
                      [ --on device ] [ --off device ] [ --bell device ]
                      [ --dimlevel level --dim device ]
                      [ --up device --down device ]

       --list (-l short option)
             List currently configured devices and sensors.

       --sensor sensor (-s short option)
             Display information from the specified sensor.

       --on device (-n short option)
             Turns on device. 'device' must be an integer of the device-id
             Device-id and name is outputed with the --list option

       --off device (-f short option)
             Turns off device. 'device' must be an integer of the device-id
             Device-id and name is outputed with the --list option

       --dim device (-d short option)
             Dims device. 'device' must be an integer of the device-id
             Device-id and name is outputed with the --list option
             Note: The dimlevel parameter must be set before using this option.

       --dimlevel level (-v short option)
             Set dim level. 'level' should an integer, 0-255.
             Note: This parameter must be set before using dim.

       --bell device (-b short option)
             Sends bell command to devices supporting this. 'device' must
             be an integer of the device-id
             Device-id and name is outputed with the --list option

       --up device
             Sends up command to devices supporting this. 'device' must
             be an integer of the device-id
             Device-id and name is outputed with the --list option

       --down device
             Sends down command to devices supporting this. 'device' must
             be an integer of the device-id
             Device-id and name is outputed with the --list option

       --help (-h short option)
             Shows this screen.

Report bugs to <[email protected]>

About

tdtool.py fork from telldus/telldus with sensor support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages