25 lines
459 B
YAML
25 lines
459 B
YAML
#
|
|
# Copyright (c) 2021, Leonard Pollak
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Sensirion SHT4x humidity and temperature sensor
|
|
|
|
compatible: "sensirion,sht4x"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|
|
|
|
properties:
|
|
repeatability:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
Repeatability of the T/RH Measurement
|
|
0 = low -> 1.7 ms
|
|
1 = med -> 4.5 ms
|
|
2 = high -> 8.2 ms
|
|
enum:
|
|
- 0
|
|
- 1
|
|
- 2
|