Skip to content

Commit 8e205ae

Browse files
committed
feat: add new properties to Device model object
1 parent 081d930 commit 8e205ae

File tree

3 files changed

+302
-9
lines changed

3 files changed

+302
-9
lines changed

.changeset/cuddly-eyes-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": minor
3+
---
4+
5+
add new properties `Device` model object

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ module.exports = {
6969
},
7070
},
7171
],
72-
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
72+
// Temporarily disabling while we switch from interface to type.
73+
// see https://github.com/SmartThingsCommunity/smartthings-core-sdk/issues/207
74+
// '@typescript-eslint/consistent-type-definitions': ['error', 'type'],
7375
'@typescript-eslint/explicit-function-return-type': ['error', {
7476
allowExpressions: true,
7577
}],

0 commit comments

Comments
 (0)