D6T: Update labels for measurements

This commit is contained in:
Tyeth Gundry 2025-07-02 22:07:20 +01:00
parent cbb271e11b
commit f50f9a7208

View file

@ -6,5 +6,22 @@
"documentationURL": "https://omronfs.omron.com/en_US/ecb/products/pdf/en_D6T_users_manual.pdf",
"published": false,
"i2cAddresses": ["0x0A"],
"subcomponents": ["ambient-temp", "ambient-temp-fahrenheit", "object-temp", "object-temp-fahrenheit"]
"subcomponents": [
{
"displayName": "Ambient Temperature (°C)",
"sensorType": "ambient-temp"
},
{
"displayName": "Ambient Temperature (°F)",
"sensorType": "ambient-temp-fahrenheit"
},
{
"displayName": "Measured Object Temp (°C)",
"sensorType": "object-temp"
},
{
"displayName": "Measured Object Temp (°F)",
"sensorType": "object-temp-fahrenheit"
}
]
}