Question about stateRefreshRequest

@nayelyz @erickv
As the development begins in earnest, there are many questions!
I’ll keep asking questions…

I expected to throw a state-refresh request to STSC when the user touches the device’s dashboard view on the UI of the Smartthings App to enter the detail view.

Or, in the detail view, I expected the stateRefresh request to be thrown by sliding the entire screen.

But neither of these things happen…
What sequence exactly is done to show the current state?

Of course, I could give the App stateRefreshCallback first, but I think that there must be a condition where the judgment for it comes first. What are the conditions for this behavior?

Was that part missing when configuring Capability?
Answer Please. thank you.^^

Hey, @Maxwell_Kim

To enable this feature, your device profile must support the Refresh capability. With this, you’ll be able to either swipe the detail view or press the refresh action (if it is the main action) to trigger a State Refresh Request.

1 Like

Hey, @Maxwell_Kim

Just catching up! Are you able to trigger State Refresh Requests after this change?

1 Like

Works very well!
Thank you for your support. always!

1 Like