How to know the offline status with calculated attributes?
I have an error in this code
Status status.updateDeviceState == "offline" ? "Offline" : null String
Where did you get that code from?
I did it myself, sorry if I have errors, but I have tried trying in various ways and it doesn't work
It's not possible to access device status from computed attributes.
How to know the offline status with calculated attributes?
I have an error in this code