10 #define COMPRESSOR_PRIORITY 90
12 #include "SensorBase.h"
15 #include "LiveWindow/LiveWindowSendable.h"
29 Compressor(uint32_t pressureSwitchChannel, uint32_t compressorRelayChannel);
30 Compressor(uint8_t pressureSwitchModuleNumber, uint32_t pressureSwitchChannel,
31 uint8_t compresssorRelayModuleNumber, uint32_t compressorRelayChannel);
48 void InitCompressor(uint8_t pressureSwitchModuleNumber, uint32_t pressureSwitchChannel,
49 uint8_t compresssorRelayModuleNumber, uint32_t compressorRelayChannel);
std::string GetSmartDashboardType()
void SetRelayValue(Relay::Value relayValue)
void StopLiveWindowMode()
void StartLiveWindowMode()
void InitTable(ITable *subTable)
uint32_t GetPressureSwitchValue()
Compressor(uint32_t pressureSwitchChannel, uint32_t compressorRelayChannel)