Z-Drive and sequence handling

This commit is contained in:
Philipp Schinacher
2025-11-29 11:44:47 +01:00
parent cc2f124b60
commit 521b634cf6
10 changed files with 259 additions and 131 deletions

View File

@@ -22,6 +22,9 @@ declare module 'vue' {
PVCard: typeof import('./src/components/BaseComponents/PVCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SequenceControl: typeof import('./src/components/BaseComponents/SequenceControl.vue')['default']
SequenceParamReal: typeof import('./src/components/BaseComponents/SequenceParamReal.vue')['default']
ValveControl: typeof import('./src/components/BaseComponents/ValveControl.vue')['default']
ZDrive: typeof import('./src/components/ZDrive.vue')['default']
}
}