insert routes to main and driver

This commit is contained in:
Adrian Zuercher
2025-04-21 09:56:30 +02:00
parent b777716aa7
commit 7b201f6e63
10 changed files with 405 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
package models
type Set struct {
Bus uint `json:"bus"`
Address uint `json:"address"`
Value uint8 `json:"value"`
Bus string `json:"bus"`
Address uint `json:"address"`
Value uint8 `json:"value"`
}