Merge pull request #261 from adafruit/omron-D6T-1A-02

Omron D6T-1A-02
This commit is contained in:
Tyeth Gundry 2025-07-11 15:49:31 +01:00 committed by GitHub
commit c2d487746e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,27 @@
{
"displayName": "D6T-1A Thermal Sensor",
"description": "Non-contact MEMS thermal infrared sensor for precise temperature detection (D6T-1A-01/D6T-1A-02)",
"vendor": "OMRON",
"productURL": "https://www.digikey.com/en/products/detail/omron-electronics-inc-emc-div/D6T-1A-02/8602566",
"documentationURL": "https://omronfs.omron.com/en_US/ecb/products/pdf/en_D6T_users_manual.pdf",
"published": false,
"i2cAddresses": ["0x0A"],
"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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -13,7 +13,7 @@
"description": "The human-friendly name of this sensor.",
"type": "string",
"minLength": 3,
"maxLength": 24
"maxLength": 30
},
"type": {
"description": "A unique string used to look up this sensor's definition, and its parent component's definition.",