home-assistant-js-websocket
Advanced tools
Comparing version 9.0.0 to 9.1.0
@@ -54,2 +54,3 @@ export type Error = 1 | 2 | 3 | 4; | ||
recovery_mode: boolean; | ||
safe_mode: boolean; | ||
state: "NOT_RUNNING" | "STARTING" | "RUNNING" | "STOPPING" | "FINAL_WRITE"; | ||
@@ -56,0 +57,0 @@ external_url: string | null; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "Home Assistant websocket client", | ||
@@ -8,0 +8,0 @@ "source": "lib/index.ts", |
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
177281
3725