ing
This commit is contained in:
parent
572ab7844e
commit
9b9325a126
|
@ -4,6 +4,7 @@ import "encoding/json"
|
||||||
|
|
||||||
type SensorConfig struct {
|
type SensorConfig struct {
|
||||||
ID json.Number `json:"id,Number,omitempty"`
|
ID json.Number `json:"id,Number,omitempty"`
|
||||||
|
ConfigID string `json:"configID,omitempty"`
|
||||||
Target *Target `json:"target,omitempty"`
|
Target *Target `json:"target,omitempty"`
|
||||||
Schedule *Schedule `json:"schedule,omitempty"`
|
Schedule *Schedule `json:"schedule,omitempty"`
|
||||||
Crawler *Crawler `json:"crawler,omitempty"`
|
Crawler *Crawler `json:"crawler,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user