made height_pct sensor independent from other sensors
This commit is contained in:
@@ -20,6 +20,9 @@ namespace esphome {
|
||||
|
||||
class JiecangDeskController : public PollingComponent, public sensor::Sensor, public uart::UARTDevice {
|
||||
private:
|
||||
float current_height = 0;
|
||||
float limit_min = 0;
|
||||
float limit_max = 0;
|
||||
float physical_min = 0;
|
||||
float physical_max = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user