Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add TVOC
  • Loading branch information
lboue authored Feb 22, 2024
1 parent 8fbe0a7 commit 29366c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/air-quality-sensor-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,9 @@ value.
```
$ echo '{"Name":"NitrogenDioxideConcentrationMeasurement","NewValue":1}' > /tmp/chip_air_quality_fifo_<PID>
```

Generate event `TotalVolatileOrganicCompoundsConcentrationMeasurement`, to change the TVOC value.

```
$ echo '{"Name":"TotalVolatileOrganicCompoundsConcentrationMeasurement","NewValue":100}' > /tmp/chip_air_quality_fifo_<PID>
```

0 comments on commit 29366c2

Please sign in to comment.