|
@ -17,7 +17,7 @@ type EsTheme struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type EsAlarmTheme struct { |
|
|
type EsAlarmTheme struct { |
|
|
SensorName string `json:"sensor_name"` |
|
|
SensorName string `json:"source_name"` |
|
|
SensorId string `json:"source_id"` |
|
|
SensorId string `json:"source_id"` |
|
|
Detail string `json:"detail"` |
|
|
Detail string `json:"detail"` |
|
|
} |
|
|
} |
|
|