commands are case insensetive now

new commands for HVAC/Thermostates
core logic fixes: Group channel logic& stats
RGBx color change cmd will turn chan on
Modbus fm driver shutdown on alarm deadlock fixed
hsv bit flag in channels RAM profile added
MQTT send empty command for OH fixed
ON for thermostat causes HEAT string to stat topic (to be compatible 
with homekit & home assistant)
This commit is contained in:
2019-08-21 23:20:43 +03:00
parent a001bd9e35
commit 90965aad85
3 changed files with 79 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
#include "FastLED.h"
#include "item.h"
#define NUM_LEDS 150
#define NUM_LEDS 15
#define DATA_PIN 4
static CRGB leds[NUM_LEDS];
@@ -35,7 +35,7 @@ int out_SPILed::Status()
return driverStatus;
}
int out_SPILed::isActive()
int out_SPILed::isActive()
{
}