You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the plugin I'm using to get status updates outputs a rather long JSON string (It's called Raumserver).
To get the current "status_on" or "status_off", I need the possiblity to let homebridge-http ignore parts of the JSON string for it's matching.
Is there the possibility to ad the possibility to includa a *-selector (or anything else) before and after the important JSON string to ignore everything before and after?
Example:
would only check this part of the JSON output and set the status to "on" if it matches. Because of the *-selector, the plugin would ignore any strings before or afterwards.
That would be super helpful.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
the plugin I'm using to get status updates outputs a rather long JSON string (It's called Raumserver).
To get the current "status_on" or "status_off", I need the possiblity to let homebridge-http ignore parts of the JSON string for it's matching.
Is there the possibility to ad the possibility to includa a *-selector (or anything else) before and after the important JSON string to ignore everything before and after?
Example:
would only check this part of the JSON output and set the status to "on" if it matches. Because of the *-selector, the plugin would ignore any strings before or afterwards.
That would be super helpful.
Thanks in advance!
The text was updated successfully, but these errors were encountered: