bigdigital / watchdrip

GNU General Public License v3.0
41 stars 13 forks source link

WatchDrip does not handle CMD_START #34

Open pachi81 opened 4 months ago

pachi81 commented 4 months ago

Hi,

I added the new broadcast API to my app to support WatchDrip+. But I have found an issue, that your app is ignoring the CMD_START command, as it can not receive it, because the code is commented out: https://github.com/bigdigital/watchdrip/blob/ebe3b79724675a94a9ee0c22997f5ded6c772330/app/src/main/java/com/thatguysservice/huami_xdrip/services/BroadcastService.java#L101

Is there a reason for?

Thank you! Regards, Michael