Loading…
Loading…
Method Name: IsGasMode
Method ID: 0x4423
Method Label: IsGasMode
Method Help:
- {
- char status[3];
- int option_value;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- option_value = 0;
- if (_ivar_value(16668) == 2 || _ivar_value(16668) == 3)
- {
- option_value = 1;
- }
- _iassign(17421,option_value);
- save_values();
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
Please login for more