setPower method

Future<void> setPower(
  1. int power
)

Call the SDN API to change the power level of this user.

Implementation

Future<void> setPower(int power) async => await room.setPower(id, power);