Skip to content

Releases: tributech-solutions/tributech-oem-module-api

1.2

12 Apr 09:06
7945a62
Compare
Choose a tag to compare

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.

1.1

07 Mar 08:16
321292b
Compare
Choose a tag to compare
1.1
Merge pull request #2 from tributech-solutions/feature/first_draft

removed < by "

1.0

24 Feb 09:08
42e4e47
Compare
Choose a tag to compare
1.0

First release of API