Posted By
Kiran Adhikari
06-01-2026 11:45
Found In
Egroup:
Facility Control
\
view thread
Hi Simon, Yes, once you have the command set up on the device, it can be invoked from the custom panel using: params.executeCommand(CMD_NAME, ARGS, CALLBACK); For example, if I had a add_device command, it can be called from the panel like this: params.executeCommand("cmds.add_device", ("connection_settings": ...
|