At the moment, some Parameters (e.g. pause, active) are calculated based on other parameters values or events and it is done manually (i.e. in load_attributes method of Appliance). There should be Calculated or DependentParameter subclass which allows to automatically update them. Close related to: https://github.com/IoTLabs-pl/pyhOn/issues/17
At the moment, some
Parameter
s (e.g.pause
,active
) are calculated based on other parameters values or events and it is done manually (i.e. inload_attributes
method ofAppliance
). There should beCalculated
orDependent
Parameter
subclass which allows to automatically update them. Close related to: https://github.com/IoTLabs-pl/pyhOn/issues/17