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

Commit 9c6de6a

Browse files
authored
feat: Add model to UnmanagedDeviceProperties (#222)
1 parent 8d39018 commit 9c6de6a

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
@@ -137,7 +137,7 @@ export type UnmanagedDevice = Pick<
137137

138138
type UnmanagedDeviceProperties = Pick<
139139
CommonDeviceProperties,
140-
"name" | "image_url" | "image_alt_text" | "online" | "manufacturer"
140+
"name" | "image_url" | "image_alt_text" | "online" | "manufacturer" | "model"
141141
>
142142

143143
export interface DeviceProvider {

0 commit comments

Comments
 (0)