Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 31, 2024
1 parent 3a85cec commit f073480
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This was originally a remake of [BresserWeatherSensorTTN](https://github.com/mat

## LoRaWAN Uplink Messages

With the default configuration, the device will periodically send 3 different uplink messages.
With the default configuration, the device will periodically send 3 different uplink messages. The [LoRaWAN Node Status](#lorawan-node-status) message and the [Application Layer / Sensor Status](#application-layer--sensor-status) message can be disabled by setting the corresponding interval to zero.

### Sensor Data

Expand Down Expand Up @@ -127,15 +127,14 @@ The data types are implemented in [lora-serialization](https://github.com/thesol
* Port: `CMD_GET_LW_STATUS`
* Interval: `<lw_status_interval>` (uplink frames); see [Default Parameter Values](#default-parameter-values)

3. Application Layer / Sensor Status
### Application Layer / Sensor Status

* Payload: Bresser/BLE Sensor Battery Status (Bitmap)
* Port: `CMD_GET_SENSORS_STAT`
* Interval: `<app_status_interval>` (uplink frames); see [Default Parameter Values](#default-parameter-values)

See [Parameters](#parameters) for more details.

(2) & (3) can be disabled by setting the interval to zero.

## Supported Hardware

Expand Down

0 comments on commit f073480

Please sign in to comment.