[APP][Pro] < group > (3.2.4 - Stable)

@Marcel_Visser there is a work around if you dont want to wait :slight_smile:

  1. Open up https://developer.athom.com/tools/api-playground in a private browser.
  2. Login
  3. Replace the text box with the following Homey.sessions; and hit run.
  4. Look for the value next to "id" in the response and copy it.
  5. Replace the request test with Homey.sessions.deleteSession({id:'THE ID YOU COPIED'}); and hit run.
  6. Restart the group app.

it should look something like this `

Homey.sessions.deleteSession({id:'64230xxx-2954-4cc8-89e2-58488a07xxxx'});
4 Likes