File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ pygmentsUseClasses = true
54
54
weight = 7
55
55
56
56
[params ]
57
- version = " 3.0.0-test.1 "
57
+ version = " 3.0.0-test.2 "
58
58
Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ additional object must be given with the additional timing information.
32
32
Refer to [ Commands] ( https://www.loraserver.io/lora-gateway-bridge/payloads/commands/ )
33
33
for more details.
34
34
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
+
35
48
### Upgrading
36
49
37
50
LoRa Gateway Bridge v3.0.0 include a couple of changes that are not backwards
You can’t perform that action at this time.
0 commit comments