You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For attributes, for which a __get__ via element.attribute (e.g. tz.lighting_power) has been performed before and thus are already calculated, the status will be STATUS_AVAILABLE. Those attributes won't be recalculated again if the get` method is called again. This behaviour is on purpose and totally fine, but in some cases (e.g. enrichment) we want to reset those attributes, to make sure that the enrichment works properly.
Therefore we need a reset option for attributes.
The text was updated successfully, but these errors were encountered:
For attributes, for which a
__get__
via element.attribute (e.g. tz.lighting_power) has been performed before and thus are already calculated, the status will be
STATUS_AVAILABLE. Those attributes won't be recalculated again if the
get` method is called again. This behaviour is on purpose and totally fine, but in some cases (e.g. enrichment) we want to reset those attributes, to make sure that the enrichment works properly.Therefore we need a reset option for attributes.
The text was updated successfully, but these errors were encountered: