mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
Add POCSAG Receiver plugin
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
//PCSGCustomEvent
|
||||
PCSGCustomEventStartId = 100,
|
||||
|
||||
PCSGCustomEventSceneSettingLock,
|
||||
|
||||
PCSGCustomEventViewReceiverOK,
|
||||
PCSGCustomEventViewReceiverConfig,
|
||||
PCSGCustomEventViewReceiverBack,
|
||||
PCSGCustomEventViewReceiverOffDisplay,
|
||||
PCSGCustomEventViewReceiverUnlock,
|
||||
} PCSGCustomEvent;
|
||||
Reference in New Issue
Block a user