When seding the ACM pluggin a message to display the door as non connected, I would settle for just displaying it as grey, but I’m only finding options to set it to Locked or Unlocked. In my ACM-PLUGIN code, how can I make a door GREY?
As far as I can see you must have implemented the states -
-
ACStateType
The ACStateType defines all possible states. There are no built-in states. A typical state could be “System up”, “System Down”, or “Door Open”, “Door Closed”, “Door Locked”, “Door Unlocked”.
-
Can you add a new state? (I might be overlooking something, I hope I am on the right track.)