Skip to content

Commit

Permalink
Add TVOC in Linux Air Quality Example README (#32517)
Browse files Browse the repository at this point in the history
* Add TVOC in Linux Air Quality Example README

Add TVOC in Linux Air Quality Example README

* Update .wordlist.txt to add 'TVOC'
  • Loading branch information
lboue authored Mar 11, 2024
1 parent 3cbdb52 commit 3802bda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,7 @@ ttymxc
ttyUSB
TurbidityConcentrationMeasurement
TvCasting
TVOC
tvOS
TXD
txt
Expand Down
7 changes: 7 additions & 0 deletions examples/air-quality-sensor-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,10 @@ Generate event `Pm10ConcentrationMeasurement`, to change the PM10 value.
```
echo '{"Name":"Pm10ConcentrationMeasurement","NewValue":10}' > /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 3802bda

Please sign in to comment.