Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 7, 2024
1 parent 3986246 commit 80a71bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ The data model is roughly equivalent to [signalk-netgear-lte-status](https://www

## Changes

* 0.5.1 (January XX 2024)
- GPS data is send by some RUTX as big endian, provide a config for that
* 0.6.0 (January 7th 2024)
- Make it possible to enable/disable getting GPS position from the RUT
- GPS data is sent by some RUT devices as big endian, provide a config for that
(https://github.com/meri-imperiumi/signalk-teltonika-rutx11/issues/90)
* 0.5.0 (April 27th 2023)
- Improved error handling in case some parts of the ModBus communication fail
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meri-imperiumi/signalk-teltonika-rutx11",
"version": "0.5.0",
"version": "0.6.0",
"description": "Signal K plugin that retrieves status from a Teltonika RUT modem via Modbus",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 80a71bf

Please sign in to comment.