changeset 1631:26bf3e911ac6

wrong attr name for gobo Ignore-this: 539b75114a0f8511c3b66982e20efe5d
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 02:07:27 +0000
parents 2adbc27f77d3
children a0fc6f957323
files light9/collector/device.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/device.py	Sat Jun 10 02:07:02 2017 +0000
+++ b/light9/collector/device.py	Sat Jun 10 02:07:27 2017 +0000
@@ -199,7 +199,7 @@
             L9['brush']: 51,
             L9['whirlpool']: 56,
             L9['stars']: 61,
-            }[deviceAttrSettings.get(L9['gobo'], L9['open'])]
+            }[deviceAttrSettings.get(L9['quantumGoboChoice'], L9['open'])]
 
         # my goboSpeed deviceAttr goes 0=stopped to 1=fastest (using one direction only)
         x = .5 + .5 * floatAttr(L9['goboSpeed'])