thegridelectric / gw-scada-spaceheat-python

GridWorks SCADA for space heating
MIT License
5 stars 2 forks source link

New message envelope and decoder mechanics #121

Closed anschweitzer closed 1 year ago

anschweitzer commented 1 year ago

Messages sent use new {header: {}, payload:{}} mechanics. Messages sent by older code lacking this envelope can sill be decoded, because the topic will name the payload type used to decode them, as it did previously.