updateSceneLightState method

Future<BridgeResponse> updateSceneLightState(
  1. Scene scene,
  2. Light light
)

Implementation

Future<BridgeResponse> updateSceneLightState(
        Scene scene, Light light) async =>
    _sceneApi.state(scene, light);