setTime method

Future<OnyxMessage?> setTime(
  1. String hh,
  2. String mm,
  3. String ss
)

Implementation

Future<OnyxMessage?> setTime(String hh, String mm, String ss) async {
  return await sendCmd('SetTime $hh,$mm,$ss');
}