menu
onyx_lighting package
documentation
onyx/model.dart
Onyx
getRecentLog method
getRecentLog method
dark_mode
light_mode
getRecentLog
method
Future
<
OnyxMessage
?
>
getRecentLog
(
String
numLines
)
Implementation
Future<OnyxMessage?> getRecentLog(String numLines) async { return sendCmd('Lastlog $numLines'); }
onyx_lighting package
documentation
onyx/model
Onyx
getRecentLog method
Onyx class