Hi, I just migrated from SmartThings Hub to Hubitat to be able to continue to run a few groovy apps. One of those apps controlled lights and checked if a room is occupied even if there is no movement. To be able to do this i compared state rawDateCreated of two devices, but that property is not accessible in Hubitat. Is there a way to read the rawDateCreated or do i need to rewrite the logic to record now in a variable which was not very reliable in Smartthings.
This seems to be for events rather then states. That said is there anywhere a dev docu for all the objects available in hubitat? I found one half finished docu. The SmartThings docu doesn’t have this method either listed.