Releases: tributech-solutions/tributech-oem-module-api
Releases · tributech-solutions/tributech-oem-module-api
1.2
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.