1# Copyright (c) 2024, Jan Fäh 2# SPDX-License-Identifier: Apache-2.0 3 4description: Sensirion SCD4x temperature sensor 5 6compatible: "sensirion,scd41" 7 8include: [sensor-device.yaml, i2c-device.yaml] 9 10properties: 11 mode: 12 type: int 13 required: true 14 description: | 15 - 0: Normal periodic measurement. Default interval of 5sec 16 - 1: Low power periodic measurement. Interval of 30sec 17 - 2: Singleshot measurement for low power usage. 18 enum: 19 - 0 20 - 1 21 - 2 22