add zwavejs service

This commit is contained in:
Sam Lewis
2023-12-29 21:30:41 -05:00
parent 16fb52b8ee
commit 47a9910fda
3 changed files with 33 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ func BuildService[
Number |
Scene |
TTS |
Vacuum,
Vacuum |
ZWaveJS,
](conn *ws.WebsocketWriter, ctx context.Context) *T {
return &T{conn: conn, ctx: ctx}
}