Closed Claralein closed 1 year ago
For the implementation we should agree on a command for the identification process. Nothing is implemented on the hardware site yet, so I suggest something like the following:
[
"command",
{
"controlId":"stepper", <- controlId of the module to identify
"identify":3000 <- duration (in ms) to light up the LED
}
]
~Alternatively we could use "identify":true
with a standard value for the duration, whatever is more convenient/feels appropriate.~
identify
command has been implemented for stepper motors, servo motors and outputs. I tested it locally only, please test within the server environment.
Works correctly!
With clicking on the i symbol in a component window sends a command to the selected component, whereupon the LED ring of the component lights up briefly.