Hi,
im currently trying to update a users presence status using HomeyScript and keep getting;
“You have no access to do this.”
My Homey is updated to version 2.
What Im trying to run is:
await Presence.setPresent({ id: myUserid, value: false });
Setting the presence state in the user object and trying to update the user with “updateUser()” doesn’t work either.
Any ideas?