mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Mi Band 8: Handle user info ack
This commit is contained in:
@@ -81,6 +81,9 @@ public class XiaomiHealthService extends AbstractXiaomiService {
|
||||
@Override
|
||||
public void handleCommand(final XiaomiProto.Command cmd) {
|
||||
switch (cmd.getSubtype()) {
|
||||
case CMD_SET_USER_INFO:
|
||||
LOG.debug("Got user info set ack, status={}", cmd.getStatus());
|
||||
return;
|
||||
case CMD_CONFIG_SPO2_GET:
|
||||
handleSpo2Config(cmd.getHealth().getSpo2());
|
||||
return;
|
||||
|
Reference in New Issue
Block a user