diff --git a/Get-started.md b/Get-started.md index 3cb4c02..c2c3853 100644 --- a/Get-started.md +++ b/Get-started.md @@ -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)