# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-10 02:07:27 # Node ID 26bf3e911ac655356acc1c9bdcd462043dc4a116 # Parent 2adbc27f77d33969e8b536467e755c7ae829ac97 wrong attr name for gobo Ignore-this: 539b75114a0f8511c3b66982e20efe5d diff --git a/light9/collector/device.py b/light9/collector/device.py --- a/light9/collector/device.py +++ b/light9/collector/device.py @@ -199,7 +199,7 @@ def toOutputAttrs(deviceType, deviceAttr 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'])