
Re: sliders and dimmable lamps
[quote="Martijn Heeroma"]When you change in indigodb.py in line 318:
- Code: Select all
if self.imageFilePath:
if self.controlValueRaw in [u"off", u"0", u"paused"]:
pass # NOP; use base file name already assigned
elif self.controlValueRaw in [u"on", u"100"]:
self.imageFilePath = self.imageFilePath[:-4] + u"+on.png"
else:
self.imageFilePath = self.imageFilePath[:-4] + u"+" + self.controlValueRaw + u".png"
I had this working in a prior version of Indigo, but now I can't seem to get it working in 4.0.2.
Although The new app takes care of devices as well I prefer to have them organized by function and floor.
Found similar entry at line 524 in 4.0.2.
Changed it, replaced the PY file and restarted but nothing noticable happened.
What have I been overlooking? or is this no longer working in the new version?