Loading…
Loading…
Method Name: calc_last_temp_degF_from_degC
Method ID: 0x408E
Method Label:
Method Help:
- {
- int degCValue;
- int degFValue;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send_command(222);
- degCValue = _ivar_value(16524);
- degFValue = degCValue * 9 / 5 + 32;
- _iassign(16525,degFValue);
Please login for more