This commit is contained in:
James B. Pollack 2016-03-27 13:23:18 -07:00
parent b3b58b561b
commit 81e14d1d1c
2 changed files with 4 additions and 2 deletions

View file

@ -35,5 +35,7 @@
});
}, 1500)
print('CREATED TRANSFORMER AT:: ' + doll + "at :: "JSON.stringify(transformerProps.position));
return this;
}

View file

@ -313,8 +313,8 @@
try {
userData = JSON.parse(properties.userData);
} catch (err) {
// print('error parsing json');
// print('properties are:' + properties.userData);
print('error parsing json');
print('properties are:' + properties.userData);
return;
}
if (userData.hasOwnProperty('hifiHomeKey')) {