mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
text changes to html colors
This commit is contained in:
@@ -1608,7 +1608,7 @@ void ems_clearDeviceList() {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* add an EMS device to our list of detected devices
|
* add an EMS device to our list of detected devices
|
||||||
* model_type = 1=info=boiler, 2=success=thermostat, 3=warning=sm, 4=danger=other, 5=none=unknown
|
* model_type : 1=boiler, 2=thermostat, 3=sm, 4=other, 5=unknown
|
||||||
*/
|
*/
|
||||||
void _addDevice(uint8_t model_type, uint8_t product_id, uint8_t device_id, char * version, const char * model_string) {
|
void _addDevice(uint8_t model_type, uint8_t product_id, uint8_t device_id, char * version, const char * model_string) {
|
||||||
_Generic_Device device;
|
_Generic_Device device;
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ typedef struct {
|
|||||||
|
|
||||||
// for consolidating all types
|
// for consolidating all types
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t model_type; // 1=info=boiler, 2=success=thermostat, 3=warning=sm, 4=danger=other, 5=none=unknown
|
uint8_t model_type; // 1=boiler, 2=thermostat, 3=sm, 4=other, 5=unknown
|
||||||
uint8_t product_id;
|
uint8_t product_id;
|
||||||
uint8_t device_id;
|
uint8_t device_id;
|
||||||
char version[10];
|
char version[10];
|
||||||
|
|||||||
Reference in New Issue
Block a user