Control the power of a LIN device
The power state to set
Optional
The optional device name when multiple devices are connected
This function is only available on LinCable devices (https://app.whyengineer.com/docs/um/hardware/lincable.html)
// Set power to trueawait linPowerCtrl(true);// Set power to false on specific deviceawait linPowerCtrl(false, 'Device1'); Copy
// Set power to trueawait linPowerCtrl(true);// Set power to false on specific deviceawait linPowerCtrl(false, 'Device1');
Control the power of a LIN device