The idea here is to have the option of sending an MQTT message to emoncms phpmqtt_input.php of the form:
[basetopic]/10/**describe** emontx
and for this then to automatically create a device of type given in the message value (e.g: emontx). Including creation of inputs, input processing and feeds.
This commit includes the device module part of this feature.
The idea here is to have the option of sending an MQTT message to emoncms phpmqtt_input.php of the form:
and for this then to automatically create a device of type given in the message value (e.g: emontx). Including creation of inputs, input processing and feeds.
This commit includes the device module part of this feature.