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
I'm currently passing data to Node-RED with a generic push target to log Fermentrack data externally, similar to #460 (comment)
For more accurate logging, I'd like to know when my device is switching from idle to another state, but it looks like the following line of code restricts the payload to only return the state when it is not idle:
I'm currently passing data to Node-RED with a generic push target to log Fermentrack data externally, similar to #460 (comment)
For more accurate logging, I'd like to know when my device is switching from idle to another state, but it looks like the following line of code restricts the payload to only return the state when it is not idle:
fermentrack/external_push/models.py
Line 202 in 6e08f25
Could this restriction be removed?
The text was updated successfully, but these errors were encountered: