diff --git a/internal/types/types.go b/internal/types/types.go index 3d1bc70..1ceec8b 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -46,3 +46,9 @@ type DFUProgress struct { Received int64 `mapstructure:"recvd"` Total int64 `mapstructure:"total"` } + +type MotionValues struct { + X int16 + Y int16 + Z int16 +}