Saving and Loading ConfigurationΒΆ
The OSHConnect state (nodes, systems, datastreams) can be persisted to a JSON file:
app.save_config() # saves to a default file
app = OSHConnect.load_config('my_config.json')
The OSHConnect state (nodes, systems, datastreams) can be persisted to a JSON file:
app.save_config() # saves to a default file
app = OSHConnect.load_config('my_config.json')