Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.16 KB

_smart_app_d_.contextrecord.md

File metadata and controls

51 lines (29 loc) · 1.16 KB

SmartAppContextRecord

ContextRecord

Properties

authToken

authToken: string

Token used for calls to the SmartThings API


Optional config

config? : InstalledAppConfiguration

Configuration settings of the smartapp, i.e. device selections and other settings chosen by the user during app installation. Does not apply to API Access apps.


installedAppId

installedAppId: string

UUID of the installed app instance


Optional locationId

locationId? : string

The UUID of the location of the installed app instance. Included in the context so that an API isn't required to retrieve the location of the installed app.


refreshToken

refreshToken: string

Token used to refresh expired authTokens