Fix full config file

The full config file now uses the correct syntax for loading the picamera2
and sangaboard Things, and uses the default system-level settings folder.
This commit is contained in:
Richard Bowman 2024-11-28 10:26:56 +00:00
parent 7b584d3e64
commit 5c4ff203d7

View file

@ -1,7 +1,7 @@
{ {
"things": { "things": {
"/camera/": "labthings_picamera2.thing.StreamingPiCamera2", "/camera/": "labthings_picamera2.thing:StreamingPiCamera2",
"/stage/": "labthings_sangaboard.SangaboardThing", "/stage/": "labthings_sangaboard:SangaboardThing",
"/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing", "/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing",
"/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing", "/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing",
"/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper", "/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper",
@ -15,5 +15,5 @@
}, },
"/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing" "/background_detect/": "openflexure_microscope_server.things.smart_scan:BackgroundDetectThing"
}, },
"settings_folder": "./openflexure_settings/" "settings_folder": "/var/openflexure/settings/"
} }