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