From 241538d107f249786b9b172bfc69346f0f9a0973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Saltvik?= Date: Sat, 4 Aug 2012 22:16:58 +0200 Subject: [PATCH] telldus --- bindings/python/example/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/example/__init__.py b/bindings/python/example/__init__.py index f5b15316..2f9c52f4 100644 --- a/bindings/python/example/__init__.py +++ b/bindings/python/example/__init__.py @@ -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)