package nodomain.freeyourgadget.gadgetbridge.service.devices.garmin.deviceevents; import nodomain.freeyourgadget.gadgetbridge.deviceevents.GBDeviceEvent; public class NotificationSubscriptionDeviceEvent extends GBDeviceEvent { public boolean enable; }