Loading…
Loading…
Method Name: met_m_to_internal_format
Method ID: 0x40A0
Method Label: Encode meters
Method Help: Encode meters into the internal sensor representation
- {
- unsigned short encoded_value;
- float temp_float;
- if (float_input >= 163.835)
- {
- encoded_value = 0xffff;
- return encoded_value;
- }
- if (float_input >= 32.767)
- {
Please login for more