Skip to content

Commit d38491b

Browse files
authored
Merge pull request #32 from erodewald/30-typo-installedapps
Typo in installedAppId
2 parents 4770012 + 3bf9472 commit d38491b

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)