Is there a way to make a button turn on some or all of its color leds from a javascript code? I couldn't see any properties related to that - and from what I read "color" does not seem to be related to that either.
I wrote a short code with the SDK to mute/unmute ceiling shure mics on a video conference hall (via TCP commands), and it works great - but because of privacy issues, room users want to see the mic mute status somehow, and I wondered if there is a way to use the buttons leds for that.
Since battery life would be shortened showing always a led, ideally only muted state should be shown with the red led), if possible - unmuted state would briefly flash green and turn off.
So that's my inquiry - if it is possible to force a particular led on a button (or all of them) in a given state somehow. This could obviously lead to lots of other feedback aplications, I suppose.