Skip to content

Commit

Permalink
Update to the Stream Deck 4.3 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Colucci committed May 27, 2019
1 parent a6ec49d commit 0a9c255
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Sources/Common/ESDSDKDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#define kESDSDKEventDeviceDidDisconnect "deviceDidDisconnect"
#define kESDSDKEventApplicationDidLaunch "applicationDidLaunch"
#define kESDSDKEventApplicationDidTerminate "applicationDidTerminate"
#define kESDSDKEventSystemDidWakeUp "systemDidWakeUp"
#define kESDSDKEventTitleParametersDidChange "titleParametersDidChange"
#define kESDSDKEventDidReceiveSettings "didReceiveSettings"
#define kESDSDKEventDidReceiveGlobalSettings "didReceiveGlobalSettings"
Expand Down Expand Up @@ -98,6 +99,7 @@
#define kESDSDKDeviceInfoID "id"
#define kESDSDKDeviceInfoType "type"
#define kESDSDKDeviceInfoSize "size"
#define kESDSDKDeviceInfoName "name"

#define kESDSDKDeviceInfoSizeColumns "columns"
#define kESDSDKDeviceInfoSizeRows "rows"
Expand Down Expand Up @@ -164,6 +166,8 @@ typedef int ESDSDKDeviceType;
enum
{
kESDSDKDeviceType_StreamDeck = 0,
kESDSDKDeviceType_StreamDeckMini = 1
kESDSDKDeviceType_StreamDeckMini = 1,
kESDSDKDeviceType_StreamDeckXL = 2,
kESDSDKDeviceType_StreamDeckMobile = 3
};

0 comments on commit 0a9c255

Please sign in to comment.