package models type Set struct { Bus string `json:"bus"` Address uint `json:"address"` Value uint8 `json:"value"` }