mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
Customizations to names with more options
This commit is contained in:
@@ -61,9 +61,9 @@ class AnalogCustomization {
|
||||
// we use product_id and device_id to make the device unique
|
||||
class EntityCustomization {
|
||||
public:
|
||||
uint8_t product_id; // device's product id
|
||||
uint8_t device_id; // device's device id
|
||||
std::vector<uint8_t> entity_ids; // array of entity ids to exclude
|
||||
uint8_t product_id; // device's product id
|
||||
uint8_t device_id; // device's device id
|
||||
std::vector<std::string> entity_ids; // array of entity ids to exclude
|
||||
};
|
||||
|
||||
class WebCustomization {
|
||||
|
||||
Reference in New Issue
Block a user