package meta import "encoding/json" type MetaSensorStatus struct { ID json.Number `json:"id,Number,omitempty"` Name string `json:"name,omitempty"` }