1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-19 19:40:22 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/binary_sensor
Arjan Schrijver b1d03e9f7a Clean up duplicated unimplemented methods from device support classes
Moved to AbstractDeviceSupport so each device support class can override them if required. This change helps to keep the code base clean by not requiring every (Device)Support class to implement these methods even when they don't need them.
2023-01-05 22:11:32 +01:00
..
protocol Binary sensor: fixed byte overflow bug 2022-12-27 19:45:44 +01:00
BinarySensorBaseSupport.java Clean up duplicated unimplemented methods from device support classes 2023-01-05 22:11:32 +01:00
BinarySensorSupport.java Binary sensor: initial support for devices using Binary Sensor Service 2022-08-09 18:58:18 +02:00