updateConfiguration method

Future<BridgeResponse> updateConfiguration(
  1. Configuration configuration
)

update the bridge's configuration. Check the docs to see what can be changed

Implementation

Future<BridgeResponse> updateConfiguration(
        Configuration configuration) async =>
    _configurationApi.update(_username, configuration);