Computed Attributes can no longer access device attributes

memesaregooda year ago

In past versions, I used to be able to gain access to device attributes from the computed attributes environment. I can't now.

From what I can tell, the 'for' in the prepareContext() does not work correctly.

Anton, can you please check this and see if there's anything 'accidentially broken'?

Anton Tananaeva year ago

Have you enabled it in the config file?

memesaregooda year ago

Ah, silly me - I didn't notice it being commented out at the top of the file for some reason. Thanks for pointing that out!

I've noticed there's a Priority setting now. I assume this controls the order of attributes calculation? What executes first, the attribute with a lower number of priority, or the attribute with a higher one?

Anton Tananaeva year ago

Higher priority is executed first.