homeassistant-ws
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "homeassistant-ws", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Client for Homeassistant's websocket API", |
@@ -42,3 +42,3 @@ declare module "homeassistant-ws" { | ||
onAnyEvent: (callback: EventCallback) => Promise<void>; | ||
onStageChanged: (callback: EventCallback) => Promise<void>; | ||
onStateChanged: (callback: EventCallback) => Promise<void>; | ||
onEvent: (eventName: string, callback: EventCallback) => Promise<void>; | ||
@@ -45,0 +45,0 @@ unsubscribeFromEvent: (eventName: string) => Promise<void>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package