added column for the device state and some wording next to the icond for the pca state so its not as ambiguous

This commit is contained in:
csawatzky 2026-03-10 16:50:59 -06:00
parent 5502d9670e
commit 115e2c5ed4
4 changed files with 61 additions and 9 deletions

View file

@ -92,6 +92,11 @@ export function dragerGasDongle(subtype: number = 0): ComponentTypeExtension {
key: quack.DragerGasDongleSubtype.DRAGER_GAS_DONGLE_SUBTYPE_LEL,
value: "DRAGER_GAS_DONGLE_SUBTYPE_LEL",
friendlyName: "Drager Gas LEL"
},
{
key: quack.DragerGasDongleSubtype.DRAGER_GAS_DONGLE_SUBTYPE_AMMONIA,
value: "DRAGER_GAS_DONGLE_SUBTYPE_AMMONIA",
friendlyName: "Drager Gas Ammonia"
}
],
friendlyName: "Drager Gas",