package models type SensorItem struct { Id int64 `json:"id"` Name string `json:"name"` AuthKey string `json:"authKey"` }