Loading…
Loading…
Method Name: reset_dv_max_min
Method ID: 0x40EF
Method Label: Reset dv max/min log
Method Help: Resets the device variable maximum and minimum logged values
- {
- char status[3];
- int dvIndex;
- ACKNOWLEDGE(literal_string(815));
- _set_all_resp_code(0);
- dvIndex = SELECT_FROM_LIST(literal_string(812),literal_string(813));
- if (dvIndex < 0 || dvIndex > 4)
- {
- process_abort();
- }
Please login for more