Skip to content

Commit 3802bda

Browse files
authored
Add TVOC in Linux Air Quality Example README (project-chip#32517)
* Add TVOC in Linux Air Quality Example README Add TVOC in Linux Air Quality Example README * Update .wordlist.txt to add 'TVOC'
1 parent 3cbdb52 commit 3802bda

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@ ttymxc
14401440
ttyUSB
14411441
TurbidityConcentrationMeasurement
14421442
TvCasting
1443+
TVOC
14431444
tvOS
14441445
TXD
14451446
txt

examples/air-quality-sensor-app/linux/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,10 @@ Generate event `Pm10ConcentrationMeasurement`, to change the PM10 value.
183183
```
184184
echo '{"Name":"Pm10ConcentrationMeasurement","NewValue":10}' > /tmp/chip_air_quality_fifo_<PID>
185185
```
186+
187+
Generate event `TotalVolatileOrganicCompoundsConcentrationMeasurement`, to
188+
change the TVOC value.
189+
190+
```
191+
$ echo '{"Name":"TotalVolatileOrganicCompoundsConcentrationMeasurement","NewValue":100}' > /tmp/chip_air_quality_fifo_<PID>
192+
```

0 commit comments

Comments
 (0)