changing some naming for the component

This commit is contained in:
csawatzky 2026-06-12 14:43:37 -06:00
parent c0a3e23d67
commit bbc9c4ee7f
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View file

@ -11205,7 +11205,7 @@
}, },
"node_modules/protobuf-ts": { "node_modules/protobuf-ts": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#b44f5fa7183d9565e9fd9e7a9ac756114401ddfd", "resolved": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#807316f6e3473e9416e2366c6081d5a93245d9d9",
"dependencies": { "dependencies": {
"protobufjs": "^6.8.8" "protobufjs": "^6.8.8"
} }

View file

@ -34,9 +34,9 @@ import {
type: quack.ComponentType.COMPONENT_TYPE_PRESSURE, type: quack.ComponentType.COMPONENT_TYPE_PRESSURE,
subtypes: [ subtypes: [
{ {
key: quack.AnalogPressureSubtype.ANALOG_PRESSURE_SUBTYPE_PMC21, key: quack.AnalogPressureSubtype.ANALOG_PRESSURE_SUBTYPE_PM1618,
value: "ANALOG_PRESSURE_SUBTYPE_PMC21", value: "ANALOG_PRESSURE_SUBTYPE_PM1618",
friendlyName: "PMC 21" friendlyName: "PM 1618"
} as Subtype } as Subtype
], ],
friendlyName: "Analog Pressure", friendlyName: "Analog Pressure",