add type property to Device class (#15930)

This commit is contained in:
voileux 2024-04-10 09:40:43 -04:00 committed by GitHub
parent 9df48647bb
commit 8d99014948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class Device extends BaseModel
'sysObjectID',
'timeout',
'transport',
'type',
'version',
'uptime',
];