refactor: Move config from module to instance initialization

This commit is contained in:
ZiWei
2026-01-14 18:43:59 +08:00
parent 2b04457037
commit a90613f3de
7 changed files with 560 additions and 210 deletions

View File

@@ -652,15 +652,16 @@ bioyond_dispensing_station:
config:
properties:
config:
type: string
type: object
deck:
type: string
required:
- config
- deck
protocol_type:
type: string
required: []
type: object
data:
properties: {}
required: []
type: object
model: {}
version: 1.0.0