Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mqtt: support nested JSON values #1779

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 4, 2022

  1. mqtt: support nested JSON values

    JSON values from ebusd are published on MQTT with values "boxed" in a
    format like: { name: xxx, value: xxx }
    
    Support this structure by allowing deeper-nested JSON structures, and
    unpacking the value and adding the name if present.
    
    Ensure non-scalar values (nested JSON, etc) are not recorded, or logged
    without being converted back to JSON.
    ramcq committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c964857 View commit details
    Browse the repository at this point in the history