New capturing Thing

This commit is contained in:
jaknapper 2025-04-17 16:57:45 +01:00
parent 9b2ccea660
commit dee11deec1
3 changed files with 68 additions and 61 deletions

View file

@ -14,7 +14,8 @@
}
},
"/background_detect/": "openflexure_microscope_server.things.background_detect:BackgroundDetectThing",
"/z_stack/": "openflexure_microscope_server.things.smart_scan:ZStackThing"
"/z_stack/": "openflexure_microscope_server.things.z_stack:ZStackThing",
"/capturing/": "openflexure_microscope_server.things.z_stack:CapturingThing"
},
"settings_folder": "/var/openflexure/settings/"
}