RCP icon indicating copy to clipboard operation
RCP copied to clipboard

consider alarm command

Open joreg opened this issue 4 years ago • 1 comments

  • it would be readonly
  • the server could "bang" it and on the clients an alarm would ring to notify an operator to look at the UI
  • for client implementation consider using desktop notifications
  • option: ring-count (default 1), 0 meaning ring until acknowledged from a client
  • value: bool

this is only a global alarm not indicating which parameter needs attention. idea: use style-options of parameter to let individual parameters flash for attention

joreg avatar Aug 26 '21 14:08 joreg

Alternative: Consider this as a command with an optional text message:

  • The command with message from server to clients turns the alarm on.
  • The command without message from server to clients turns the alarm off.
  • The command from client to server turns the alarm off on all clients.

i-n-g-o avatar Apr 12 '23 20:04 i-n-g-o