Created
February 1, 2019 16:10
-
-
Save mtheoryx/5e1974e5ddfa8d5789d1d49dc9f8ec7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/app # node index.js | |
| <status>Web Socket Server Started.... | |
| Green Text denotes hardware action | |
| Green Highlight denotes hardware messages sent | |
| Cyan highlight denotes messages received from plugin | |
| Config: /usr/app/SamplePlugin/bin/Release/netcoreapp2.2 | |
| pluginExe: SamplePlugin | |
| Registration: -port,3000,-pluginUUID,com.csharpfritz.samplePlugin.action,-registerEvent,registerEvent,-info,{"application":{"language":"en","platform":"osx","version":"4.0.0"},"devices":[{"id":"55F16B35884A859CCE4FFA1FC8D3DE5B","size":{"columns":5,"rows":3},"type":0}]} | |
| Enter: | |
| 'kd' for keyDown | |
| 'ku' for keyUp | |
| 'wa' for willAppear | |
| 'wd' for willDisappear | |
| 'dc' for deviceDidConnect | |
| 'dd' for deviceDidDisconnect | |
| wa | |
| Enter: | |
| 'kd' for keyDown | |
| 'ku' for keyUp | |
| 'wa' for willAppear | |
| 'wd' for willDisappear | |
| 'dc' for deviceDidConnect | |
| 'dd' for deviceDidDisconnect | |
| {"action":"com.csharpfritz.samplePlugin.action","event":"willAppear","context":"","device":"55F16B35884A859CCE4FFA1FC8D3DE5B","payload":{"settings":{},"coordinates":{"column":3,"row":1},"state":0,"userDesiredState":1,"isInMultiAction":false}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment