File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,15 @@ and in MQTT topic (according to TelePeriod):
6363- Return data: -1 in case of error, "value" otherwise
6464- Exec(ms): time in ms needed for execution
6565- DPM: may be executed during periodic measurements
66+ - Use SCD40Stop before changing settings. Use SCD40Pers and SCD40strt after changing settings.
6667
6768| Command | Returns | Exec(ms) | DPM | Function |
6869| ---| ---| ---| ---| ---|
6970| SCD40Alt | data | 1 | no | Get Sensor Altitude (in m)
7071| SCD40Alt x | errorvalue | 1 | no | Set Sensor Altitude in range 0-3000 (in m)
7172| SCD40Auto | data | 1 | no | Get CalibrationEnabled status (bool)
7273| SCD40Auto x | errorvalue | 1 | no | Set CalibrationEnabled status (bool)
73- | SCD40Toff | data | 1 | no | Set Temperature offset (centigrades)
74+ | SCD40Toff | data | 1 | no | Set Temperature offset (centigrades) (higher value is lower reading, no negative value)
7475| SCD40Toff x | errorvalue | 1 | no | Set Temperature offset (centigrades) (some rounding may occur)
7576| SCD40Pres x | errorvalue | 1 | yes | Set Ambient Pressure in range 700-1200(mbar) (overrides Sensor Altitude setting)
7677| SCD40Cal x | errorvalue | 400 | no | Perform forced recalibration (ppm CO2)
You can’t perform that action at this time.
0 commit comments