NoWiresGB / RFM69GwDecoder

RFM69-Gateway Decoder
0 stars 0 forks source link

Rewrite rebroadcast routine #38

Closed trizmark closed 3 years ago

trizmark commented 3 years ago

Rather than simply adding everything to a dict, the json_data should be an array with sensor id as the key. Once the array is populated from sensor_data, we simply iterate through the array and see if the sensor data needs to be rebroadcast via MQTT. showerthoughts