set the offset for the temp humidity address
This commit is contained in:
parent
971355d424
commit
da1c7af929
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ export const I2C: AddressTypeExtension = {
|
|||
[quack.ComponentType.COMPONENT_TYPE_SEN5X, 0x68],
|
||||
[quack.ComponentType.COMPONENT_TYPE_AIRFLOW, 0x6b],
|
||||
[quack.ComponentType.COMPONENT_TYPE_GRAIN_CABLE, 0x70],
|
||||
[quack.ComponentType.COMPONENT_TYPE_DRAGER_GAS_DONGLE, 0x6c]
|
||||
[quack.ComponentType.COMPONENT_TYPE_DRAGER_GAS_DONGLE, 0x6c],
|
||||
[quack.ComponentType.COMPONENT_TYPE_TEMP_HUMIDITY, 0x43]
|
||||
]);
|
||||
|
||||
const offset = offsets.get(componentType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue