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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes:
add build_get_time function to the api:
If the Tributech OEM is connected, and this command is send to the Tributech OEM, it will return a unix timestamp(since 1/1/1970) in nanoseconds.
add build_get_status function to the api:
This command will return the connection status of the Tributech OEM (0 = offline, 1 = online, 2 = subscribed to the node)
refactor and rename ProvideValues to ProvideValue:
It is not possible to send multiple values to the Tributech OEM at once. Because of these changes the ProvideValues function was simplified and renamed.