I dont recall ever knowing that little house looking symbol means when making a condition . Can someone please enlighten me!
What does the little house looking symbol mean when making a condition
I guess what I am trying to figure out is whether they can be used like any of the other capabilities or if they act somehow different?
With the exception of $status, which evaluates as device.getStatus() to indicate the online/offline status, the symbol indicates device attributes that webCoRE hasn’t specifically been told about: attributes from stock capabilities it doesn’t know about e.g. checkInterval from Health Check; attributes from custom capabilities for more recently updated device handlers; and, perhaps most frequently, custom attributes that are common in older handlers.
With the exception of $status, which can’t be subscribed to, the attributes can be used like the others but webCoRE can’t present touchy feely names or descriptions for them and needs you to define values manually.