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