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

Commit b9ea6e6

Browse files
authored
feat: Add device.model.manufacturer_display_name (#260)
1 parent ec14c49 commit b9ea6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export type CommonDeviceProperties = {
115115
manufacturer?: string
116116
model: {
117117
display_name: string
118+
manufacturer_display_name: string
118119
}
119120
online: boolean
120121
battery?: {

0 commit comments

Comments
 (0)