renameLight method

Future<BridgeResponse> renameLight(
  1. Light light
)

Implementation

Future<BridgeResponse> renameLight(Light light) async =>
    _lightApi.attributes(light);