setRH method

Future setRH(
  1. bool rh
)

Implementation

Future setRH(bool rh) async {
  await this.set('rh', rh.toString());
}