Use hook for hardware actions
Drop the redux actions used by the hardware object and use instead useHardwareChangeActions
and a more explicit API.
This breaks the hardware API the following way
-
requestChange
is dropped and replaced byactions
- This new API exposes
setProperty
andcall
- This new API exposes
-
addToast
was dropped,useToast
have to be used instead
Closes #152 (closed)
Edited by Valentin Valls