for got to save the device availability

This commit is contained in:
csawatzky 2026-04-21 16:11:43 -06:00
parent c92c4d392d
commit 55a8c12a71

View file

@ -65,7 +65,8 @@ const DefaultAvailability: DeviceAvailabilityMap = new Map<quack.AddressType, De
[quack.ComponentType.COMPONENT_TYPE_AIRFLOW, [0x6c]],
[quack.ComponentType.COMPONENT_TYPE_GRAIN_CABLE, [0x71]], // the address cables will use when they are plugged into the expander with V2 device only
[quack.ComponentType.COMPONENT_TYPE_DRAGER_GAS_DONGLE, [0x6d]],
[quack.ComponentType.COMPONENT_TYPE_TEMP_HUMIDITY, [0x44]]
[quack.ComponentType.COMPONENT_TYPE_TEMP_HUMIDITY, [0x44]],
[quack.ComponentType.COMPONENT_TYPE_ANALOG_PRESSURE, [0x6e]]
])
],
[quack.AddressType.ADDRESS_TYPE_DAC, [0, 1]],