commit
c2d487746e
3 changed files with 28 additions and 1 deletions
27
components/i2c/d6t1a/definition.json
Normal file
27
components/i2c/d6t1a/definition.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
components/i2c/d6t1a/image.jpg
Normal file
BIN
components/i2c/d6t1a/image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue