Added instruction for running example Xpanel

Neil Dorin
2020-04-23 16:17:17 -06:00
parent fc2818b927
commit 1a4f9030ab

@@ -21,7 +21,8 @@ To help understand Essentials Framework, we recommend starting with the current
1. Run the command `devprops:1 display-1`. This will print the real-time property values of the device with key "display-1".
1. Run the command `devmethods:1 display-1`. This will print the public methods available for the device with key "display-1".
1. Run the command `devjson:1 {"deviceKey":"display-1","methodName":"PowerOn", "params": []}`. This will call the method PowerOn() on the device with key "display-1".
1. Run the provided example XPanel SmartGraphics project and connect to your processor at the appropriate IPID.
(Coming soon, a demo XPanel UI interface to interact with the system functionality)
Next: [Standalone use](Standalone-Use)