From 1a4f9030abd203364d039db026be4a5fd5fbe790 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 23 Apr 2020 16:17:17 -0600 Subject: [PATCH] Added instruction for running example Xpanel --- Get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)