mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
states.faultCode moved to sensors.faultCode, states.rssi moved to sensors.rssi, states.uptime moved to sensors.uptime
This commit is contained in:
@@ -528,7 +528,7 @@ protected:
|
||||
return false;
|
||||
}
|
||||
|
||||
vars.states.faultCode = response & 0xFF;
|
||||
vars.sensors.faultCode = response & 0xFF;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user