HomeyScript user presence

Can I check if user’s at home or not, inside of HomeyScript?
I tried to get users
Homey.users.getUsers()
But can’t find there a parameter that indicates presence.

Use Homey.presence.getPresence(). As of Homey v2.0 the presence state will also be in the User object.

1 Like

Cool,
where can I learn more about these scripts?

Thanks!
There is an object like this one: 23
Can I figure out who’s at home, not just the current user?
To avoid any further silly questions… Where I can find more info about this?

As of Homey v2.0 you will be able to get this for all users.

Okay, thank you once again. Any release date info?)

1 Like