Skip to content

Commit 6aef10d

Browse files
authored
Merge branch 'master' into 31-listrequests
2 parents 7021759 + d38491b commit 6aef10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/platform/installedapps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = class InstalledApps extends Base {
4141

4242
listChildDevices() {
4343
// TODO - someday this shouldn't be needed
44-
const isa = this.st.installedSmartAppId
44+
const isa = this.st.installedAppId
4545
return this.st.client.request(`devices?locationId=${this.st.locationId}`, data => {
4646
const result = []
4747
if (data.items) {

0 commit comments

Comments
 (0)