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 7021759 + d38491b commit 6aef10dCopy full SHA for 6aef10d
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