removed # from comments

This commit is contained in:
Proddy
2021-10-12 15:00:05 +02:00
parent 22a2b92022
commit 6a259f7cca

View File

@@ -426,7 +426,7 @@ class EMSdevice {
void * value_p; // pointer to variable of any type void * value_p; // pointer to variable of any type
uint8_t type; // DeviceValueType::* uint8_t type; // DeviceValueType::*
const __FlashStringHelper * const * options; // options as a flash char array const __FlashStringHelper * const * options; // options as a flash char array
uint8_t options_size; // # options in the char array, calculated uint8_t options_size; // number of options in the char array, calculated
const __FlashStringHelper * short_name; // used in MQTT const __FlashStringHelper * short_name; // used in MQTT
const __FlashStringHelper * full_name; // used in Web and Console const __FlashStringHelper * full_name; // used in Web and Console
uint8_t uom; // DeviceValueUOM::* uint8_t uom; // DeviceValueUOM::*