Skip to content

Commit

Permalink
restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Feb 26, 2024
1 parent 1f5d07c commit 899a3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/air-quality-sensor-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ $ echo '{"Name":"TemperatureMeasurement","NewValue":1800}' > /tmp/chip_air_quali

### Trigger Humidity change event

Generate event `RelativeHumidityMeasurement`, to change the relative humidity value
(6000 for 60,0 %).
Generate event `RelativeHumidityMeasurement`, to change the relative humidity
value (6000 for 60,0 %).

```
$ echo '{"Name":"RelativeHumidityMeasurement","NewValue":6000}' > /tmp/chip_air_quality_fifo_<PID>
Expand Down

0 comments on commit 899a3f6

Please sign in to comment.