Skip to content

Commit

Permalink
Update README.md (#30426)
Browse files Browse the repository at this point in the history
Temperature values are expressed in hundredths of a degree.
  • Loading branch information
lboue authored Nov 13, 2023
1 parent 7cb4484 commit c0b5b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/air-quality-sensor-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ echo '{"Name":"AirQuality","NewValue":3}' > /tmp/chip_air_quality_fifo_<PID>
Generate event `TemperatureMeasurement`, to change the temperate value.

```
$ echo '{"Name":"TemperatureMeasurement","NewValue":18}' > /tmp/chip_air_quality_fifo_<PID>
$ echo '{"Name":"TemperatureMeasurement","NewValue":1800}' > /tmp/chip_air_quality_fifo_<PID>
```

### Trigger Humidity change event
Expand Down

0 comments on commit c0b5b8d

Please sign in to comment.