Hello dataminer community,
I wanted to know if there is a function to call and execute an automation from a driver ?
To let you know the context : I am currently working on a driver links to a deicing device. The driver allow us to access to a service in DMS, on this service we can find few buttons, two of them are called "Stop & Start". When I click on them, I would like to call and execute a script/automation which will allow the deicing device to Run or to Stop.
Thanks in advance,
Hugo R.
It is possible to execute a script from a driver. To do so, call the ExecuteScript method as specified in the connector development user guide (Link).