kick method
Kick (reconnect) a mac.
Throw ApiException if not successful
Implementation
Future<void> kick(String mac, {String? siteId}) async {
await _commandWithMac(Endpoints.staMgr, Commands.kick, mac, siteId: siteId);
}
Kick (reconnect) a mac.
Throw ApiException if not successful
Future<void> kick(String mac, {String? siteId}) async {
await _commandWithMac(Endpoints.staMgr, Commands.kick, mac, siteId: siteId);
}