Read SCiO battery status
June 21, 2016
You can read your SCiO device battery status using the following SCiO Device API:
scioDevice.readBattery(new ScioDeviceBatteryHandler() { @Override public void onSuccess(final ScioBattery battery) { } @Override public void onError() { } @Override public void onTimeout() { } });
Leave a Reply
You must be logged in to post a comment.