Call the SDN API to change the power level of this user.
Future<void> setPower(int power) async => await room.setPower(id, power);