Added LaserControl and Gasflow sensors

This commit is contained in:
Matthias Heisig
2025-11-19 07:45:28 +01:00
parent 6b384d43ff
commit 4cf4d22652
10 changed files with 1282 additions and 41 deletions

View File

@@ -15,9 +15,11 @@ declare module 'vue' {
Atmo: typeof import('./src/components/Atmo.vue')['default']
ControlButton: typeof import('./src/components/BaseComponents/ControlButton.vue')['default']
Gasflow: typeof import('./src/components/Gasflow.vue')['default']
LaserControl: typeof import('./src/components/LaserControl.vue')['default']
ManualMode: typeof import('./src/components/ManualMode.vue')['default']
MotorControl: typeof import('./src/components/BaseComponents/MotorControl.vue')['default']
ProcessValue: typeof import('./src/components/BaseComponents/ProcessValue.vue')['default']
PVCard: typeof import('./src/components/BaseComponents/PVCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ValveControl: typeof import('./src/components/BaseComponents/ValveControl.vue')['default']