Naming Conventions
While not mandatory, it is recommended to adopt the following naming conventions for clarity and usability:- Read Operations: Prefix register names with
measure.to indicate that the register is used for measurement purposes.
Required Parameters
A unique name for the register.Example:
measure.voltageThe key of the MQTT message.Example:
DCV_VThe path to the readings in the MQTT message.Example:
readingsThe path to the key in the MQTT message.Example:
paramThe path to the value in the MQTT message.Example:
valueIndicates whether the value includes the unit.
Example
mqtt_address_map.json