Skip to content

Commit bb7532c

Browse files
committed
feat: update typescript, update devices sendCommands to return all results
BREAKING CHANGE: DevicesEndpoint.sendCommands was modified to return a list of all results using Promise.allSettled instead of failing completely on any failure.
1 parent 2b64e0a commit bb7532c

File tree

13 files changed

+1328
-807
lines changed

13 files changed

+1328
-807
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"cSpell.words": [
33
"devicepreferences",
44
"deviceprofiles",
5-
"installedapps"
5+
"installedapps",
6+
"PENGYOU",
7+
"sshpk"
68
],
79
"typescript.tsdk": "node_modules/typescript/lib"
810
}

0 commit comments

Comments
 (0)