Skip to content

Commit

Permalink
Added 6-in-1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Nov 18, 2023
1 parent 60e51e7 commit 6d2b1c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ Select option in [SensorTransmitter.h](SensorTransmitter.h).
{"sensor_id": 4294967295, "s_type": 4, "chan": 0, "startup": 0, "battery_ok": 1, "temp_c": 12.3, "moisture": 44}
```

Example 3: Bresser Lightning
Example 3: Bresser 6-in-1

```
{"sensor_id": 4294967295, "s_type": 1, "chan": 0, "startup": 0, "battery_ok": 1, "temp_c": 12.3, "humidity": 44, "wind_gust_meter_sec": 3.3, "wind_avg_meter_sec": 2.2, "wind_direction_deg": 111.1, "rain_mm": 123.4, "uv": 7.8}
```


Example 4: Bresser Lightning

```
{"sensor_id": 65535, "s_type": 9, "chan": 0, "startup": 0, "battery_ok": 1, "strike_count": 11, "distance_km": 7}
Expand Down

0 comments on commit 6d2b1c9

Please sign in to comment.