unleashed-firmware/applications/plugins/pocsag_pager/helpers/pocsag_pager_event.h

15 lines
336 B
C
Raw Normal View History

2022-12-10 17:08:17 +00:00
#pragma once
typedef enum {
//PCSGCustomEvent
PCSGCustomEventStartId = 100,
PCSGCustomEventSceneSettingLock,
PCSGCustomEventViewReceiverOK,
PCSGCustomEventViewReceiverConfig,
PCSGCustomEventViewReceiverBack,
PCSGCustomEventViewReceiverOffDisplay,
PCSGCustomEventViewReceiverUnlock,
} PCSGCustomEvent;