You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have
"custom_device_type":{
"custom_device_name1":[param1,param2,param3],
"custom_device_name2":[param1,param2,param3]
}
In config file (DHT11,DHT22, BMP280, Analog sensors, Encoders). It will be much better to have well designed template to make support of new devices.
Associated build flag, config parsing, device initialization, send values using mqtt.
The text was updated successfully, but these errors were encountered:
I want to have
"custom_device_type":{
"custom_device_name1":[param1,param2,param3],
"custom_device_name2":[param1,param2,param3]
}
In config file (DHT11,DHT22, BMP280, Analog sensors, Encoders). It will be much better to have well designed template to make support of new devices.
Associated build flag, config parsing, device initialization, send values using mqtt.
The text was updated successfully, but these errors were encountered: