From 02c386d76fdac0988af47079296021b17bc98ad5 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 3 Jun 2023 09:11:43 +0200 Subject: [PATCH] supress lint warning wirh make --- src/devices/ventilation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/ventilation.h b/src/devices/ventilation.h index 9988e1e97..a48285374 100644 --- a/src/devices/ventilation.h +++ b/src/devices/ventilation.h @@ -34,10 +34,10 @@ class Ventilation : public EMSdevice { int16_t inEx_; int16_t outEx_; uint16_t voc_; - uint8_t bypass_; - uint16_t filterRemain_; - uint8_t ventInSpeed_; - uint8_t ventOutSpeed_; + // uint8_t bypass_; + // uint16_t filterRemain_; + uint8_t ventInSpeed_; + uint8_t ventOutSpeed_; // handlers: 0x056B 0x0575 0x0583 0x0585 0x0586 0x0587 0x0588 0x058D 0x058E 0x058F 0x0590 0x05CF 0x05D9 0x05E3 void process_SetMessage(std::shared_ptr telegram);