mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -33,7 +33,6 @@ Generic::Generic(uint8_t device_type, uint8_t device_id, uint8_t product_id, con
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// type 0x435 rf remote sensor
|
||||
void Generic::process_RFSensorMessage(std::shared_ptr<const Telegram> telegram) {
|
||||
has_update(telegram, rfTemp_, 0); // is * 10
|
||||
|
||||
@@ -30,7 +30,7 @@ class Generic : public EMSdevice {
|
||||
private:
|
||||
static uuid::log::Logger logger_;
|
||||
|
||||
int16_t rfTemp_;
|
||||
int16_t rfTemp_;
|
||||
|
||||
void process_RFSensorMessage(std::shared_ptr<const Telegram> telegram);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user