test
This commit is contained in:
parent
c1c401cf76
commit
904de16326
|
@ -3,7 +3,7 @@ package sensorconfig
|
|||
import "encoding/json"
|
||||
|
||||
type SensorConfig struct {
|
||||
SensorID json.Number `json:"id,Number,omitempty"`
|
||||
SensorID json.Number `json:"sensorID,omitempty"`
|
||||
|
||||
Schedule *SensorConfigSchedule `json:"schedule,omitempty"`
|
||||
Crawler *SensorConfigCrawler `json:"crawler,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user