Skip to content

Commit 7c44bb5

Browse files
committed
Update changelog. Bump version.
1 parent 58da52a commit 7c44bb5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ pygmentsUseClasses = true
5454
weight = 7
5555

5656
[params]
57-
version = "3.0.0-test.1"
57+
version = "3.0.0-test.2"
5858

docs/content/overview/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ additional object must be given with the additional timing information.
3232
Refer to [Commands](https://www.loraserver.io/lora-gateway-bridge/payloads/commands/)
3333
for more details.
3434

35+
#### Fake RX time
36+
37+
In case the gateway does not have a GPS module, the RX time would would be
38+
left blank. This feature makes it possible to use the system time as a fallback.
39+
([#109](https://github.com/brocaar/lora-gateway-bridge/pull/109))
40+
41+
#### Custom gateway meta-data
42+
43+
This feature makes it possible to expose additional meta-data in the gateway
44+
stats. Meta-data can either be static or dynamic (executing external commands).
45+
The latter option allows to for example read and expose the gateway temperature,
46+
humidity, ...
47+
3548
### Upgrading
3649

3750
LoRa Gateway Bridge v3.0.0 include a couple of changes that are not backwards

0 commit comments

Comments
 (0)