SmartThingsCommunity / smartapp-sdk-nodejs

Javascript/NodeJS SDK to create SmartThings SmartApps
https://smartthings.developer.samsung.com/
Apache License 2.0
143 stars 80 forks source link

feat: added methods to store and retrieve state in the context store #249

Closed bflorian closed 11 months ago

bflorian commented 11 months ago

Added methods to the context object to get and set properties that are stored in the state field of the context record. These methods are useful for storing information associated with each installed app instance, such as third-party API access tokens, without implementing a separate data store.

Types of changes

smartthingspi commented 11 months ago

:tada: This PR is included in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: