Provide a mechanism to pull values from arbitrary dictionary based payloads
Example:
Payload = {"Time":"XX:XX:XX", "DS18B20":{"Temperature":23.0}, "TempUnit":"C"}
To extract the number 23.0 set "Payload Dict" to DS18B20.Temperature
This is a working suggestion only.
It allows for multiple mqtt sensor types.
If payload is value only eg payload = "23.0" then "Payload Dict" should be blank
Provide a mechanism to pull values from arbitrary dictionary based payloads Example: Payload = {"Time":"XX:XX:XX", "DS18B20":{"Temperature":23.0}, "TempUnit":"C"} To extract the number 23.0 set "Payload Dict" to DS18B20.Temperature
This is a working suggestion only. It allows for multiple mqtt sensor types. If payload is value only eg payload = "23.0" then "Payload Dict" should be blank