Loading…
Loading…
Method Name: methodClearFaults
Method ID: 0x4032
Method Label: Clear Current Faults
Method Help: Clear the current device status/faults
- {
- char status[3];
- int result;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- result=SELECT_FROM_LIST("|en|Do you want to clear current faults ?",
- "|en|No;Yes");
- if( result == 1 )
- {
Please login for more