Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 31b503e

Browse files
authored
fix: Add critical to battery status union (#161)
1 parent b144eb0 commit 31b503e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface SeamWarning {
5858
message: string
5959
}
6060

61-
export type BatteryStatus = "low" | "good" | "full"
61+
export type BatteryStatus = "critical" | "low" | "good" | "full"
6262

6363
export type CommonDeviceProperties = {
6464
name: string

0 commit comments

Comments
 (0)