Forum Discussion
Anonymous
2 years agoWe’ve generally ended up with a full dump of /device/devices/$device->{id}/properties into a hash and then we reference that data as needed with a simple wrapper function to lookup property values from the hash.
This is what I do too. Instead of filtering in the call, I just fetch everything and filter afterwards.