mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
Added instruction for running example Xpanel
@@ -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 `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 `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 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)
|
Next: [Standalone use](Standalone-Use)
|
||||||
|
|||||||
Reference in New Issue
Block a user