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

Commit 73432f1

Browse files
committed
feat: Add online to UnmanagedDeviceProperties
1 parent 5be79d6 commit 73432f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export type UnmanagedDevice = Pick<
134134

135135
type UnmanagedDeviceProperties = Pick<
136136
CommonDeviceProperties,
137-
"name" | "image_url" | "image_alt_text"
137+
"name" | "image_url" | "image_alt_text" | "online"
138138
> &
139139
Pick<LockProperties, "manufacturer">
140140

0 commit comments

Comments
 (0)