|
@ -13,5 +13,5 @@ type KafkaAlarm struct { |
|
|
SourceTypeId int `json:"sourceTypeId"` |
|
|
SourceTypeId int `json:"sourceTypeId"` |
|
|
Sponsor string `json:"sponsor"` |
|
|
Sponsor string `json:"sponsor"` |
|
|
Extras any `json:"extras"` |
|
|
Extras any `json:"extras"` |
|
|
SubDevices []any `json:"subDevices"` |
|
|
SubDevices []string `json:"subDevices"` |
|
|
} |
|
|
} |
|
|