We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4770012 + 3bf9472 commit d38491bCopy full SHA for d38491b
lib/platform/installedapps.js
@@ -41,7 +41,7 @@ module.exports = class InstalledApps extends Base {
41
42
listChildDevices() {
43
// TODO - someday this shouldn't be needed
44
- const isa = this.st.installedSmartAppId
+ const isa = this.st.installedAppId
45
return this.st.client.request(`devices?locationId=${this.st.locationId}`, data => {
46
const result = []
47
if (data.items) {
0 commit comments