2021-10-29 19:15:56 +02:00
|
|
|
# Copyright (c) 2021 G-Technologies Sdn. Bhd.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Winsen MHZ-19B CO2 Sensor
|
|
|
|
|
|
|
|
compatible: "winsen,mhz19b"
|
|
|
|
|
2022-09-30 23:39:18 +02:00
|
|
|
include: [sensor-device.yaml, uart-device.yaml]
|
2021-10-29 19:15:56 +02:00
|
|
|
|
|
|
|
properties:
|
|
|
|
maximum-range:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: CO2 detection range.
|
|
|
|
enum:
|
|
|
|
- 2000
|
|
|
|
- 5000
|
|
|
|
- 10000
|
|
|
|
|
|
|
|
abc-on:
|
|
|
|
type: boolean
|
|
|
|
description: |
|
|
|
|
Enable ABC self-calibration function
|