feat(AveragePosition): method to emit average_base_coordinates message
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package model
|
||||
|
||||
type Action struct {
|
||||
Name string `json:"name"`
|
||||
Name string `json:"name"`
|
||||
Paylaod map[string]any `json:"payload"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user