Skip to content

Blissmotor states

Marcus Oskarsson requested to merge github/fork/natxo14/blissmotor-states into master

Created by: natxo14

A minor change in BlissMotor : on update_state function, checking whether 'state' is a HardwareObjectState the following didn't work as expected: if state in HardwareObjectState:

changed to: if isinstance(state, HardwareObjectState):

Hope not to touch this anymore until Antonia finishes on her side.

Merge request reports