This commit is contained in:
Øyvind Saltvik 2012-08-04 22:16:58 +02:00
parent d1b6208435
commit 241538d107

View file

@ -10,7 +10,7 @@ allMethods = telldus.TELLDUS_TURNON | telldus.TELLDUS_TURNOFF | telldus.TELLDUS_
for i in xrange(devices):
deviceid = telldus.tdGetDeviceId(i)
name = tdGetName(deviceid)
name = telldus.tdGetName(deviceid)
print "%s - %s\n" % (deviceid, name)