Skip to content

Rework around hardware widget interface

Valentin Valls requested to merge simplify-hardware-widget-interface into master

Closes #56 (closed)

An hardware widget now receives:

  • options to contain the user options from the yaml layout files
  • hardware which is the hardware data from the mashmallow schema + requestChange
  • schema which is a static description
  • addToast, which is a feature provided by the app
  • disabled, which is a state from the user/session env

Other changes are:

  • Move hardware mocks
  • Added Wrapper on hardware documentation
Edited by Valentin Valls

Merge request reports