example fix
This commit is contained in:
parent
7130ad71c9
commit
ed3b37439a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import telldus
|
|||
import time
|
||||
|
||||
telldus.tdInit()
|
||||
devices = telldus.tdGetNumberOfDevices();
|
||||
devices = telldus.tdGetNumberOfDevices()
|
||||
print "Devices: %d\n" % devices
|
||||
|
||||
allMethods = telldus.TELLDUS_TURNON | telldus.TELLDUS_TURNOFF | telldus.TELLDUS_BELL | telldus.TELLDUS_DIM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue