From f5745789f8af4d59089ff2ecad48934f7994fb34 Mon Sep 17 00:00:00 2001 From: Jordan Hotmann Date: Mon, 27 Nov 2023 16:17:24 -0700 Subject: [PATCH] Remove HomeID --- pkg/homeassistant/structs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/homeassistant/structs.go b/pkg/homeassistant/structs.go index 8b32b05..93f6573 100644 --- a/pkg/homeassistant/structs.go +++ b/pkg/homeassistant/structs.go @@ -142,7 +142,6 @@ type EventData struct { // ZwaveJS Scene Domain string `json:"domain,omitempty"` NodeID int `json:"node_id,omitempty"` - HomeID string `json:"home_id,omitempty"` Endpoint int `json:"endpoint,omitempty"` CommandClass int `json:"command_class,omitempty"` CommandClassName string `json:"command_class_name,omitempty"`