openflexure-microscope-server/openflexure_microscope/api/v2/views/actions
Richard Bowman 1f558bbeb7 OpenAPI Validation Fixes
OpenAPI validation seems to have become stricter about checking for None defaults
in parameters that don't allow None. I have
modified two things as a result:

1. StageTypeProperty (used to pick between SangaStage and SangaDeltaStage)
now defaults to SangaStage (which is the
original behaviour anyway)
2. It is now allowed to pass x,y,z=None when making a move - this is the same as
not passing the respective argument, so the
function already correctly handled this case.
2023-03-22 08:58:04 +00:00
..
__init__.py Replace top-level actions View with builtin LabThings 2020-11-17 17:17:06 +00:00
camera.py Format fixes from black 2022-08-09 13:17:45 +01:00
stage.py OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
system.py Static type analysis 2020-11-30 13:36:45 +00:00