You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error when I try to deploy the smartapp.
Trying through my.smartthings.com
ERROR: Something went wrong. Please try to install the SmartApp again.
Trying through graph api simulator
It says there's a problem on this line
presentDevice = addChildDevice("vzakharchenko", "WiFi Presence Sensor", deviceName, theHub? theHub.id: null, [label: "${deviceName}", name: "${deviceName}"])
physicalgraph.app.exception.UnknownDeviceTypeException: Device type 'WiFi Presence Sensor' in namespace 'vzakharchenko' not found. @line 78 (initialize)
I see all of my devices in the server app. Any idea what I missed?
The text was updated successfully, but these errors were encountered:
I'm getting an error when I try to deploy the smartapp.
Trying through my.smartthings.com
ERROR: Something went wrong. Please try to install the SmartApp again.
Trying through graph api simulator
It says there's a problem on this line
presentDevice = addChildDevice("vzakharchenko", "WiFi Presence Sensor", deviceName, theHub? theHub.id: null, [label: "${deviceName}", name: "${deviceName}"])
physicalgraph.app.exception.UnknownDeviceTypeException: Device type 'WiFi Presence Sensor' in namespace 'vzakharchenko' not found. @line 78 (initialize)
I see all of my devices in the server app. Any idea what I missed?
The text was updated successfully, but these errors were encountered: