Comfort Automation/ Security System Forums

Full Version: Counters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Setting a counter value does not send a dimming command to the corresponding Cbus

What you can do is to use a Response in the Movement zone
If Counter X = 240
  Do Response Dim 240
Endif
If Counter X = 228
  Do Response Dim 228
Endif
.. etc

Counter X is  where you copied the original counter to

I think you get the idea
That made me smile, a lot of coding just because we don\'t have arithmatic and an elegant way to restore values... New feature request perhaps  ?????
Pages: 1 2