Deploy Extensions via CE-Deploy
Abstract
Extensions enable companies to enhance and personalize the user experience. These extensions can be deployed through Control Hub or CE-deploy. In this lab, we will deploy an extension to accompany our macro from the last lab.
dep-2.6 Lab
Loading Environments
To load an environment, use the dropdown in the Environment loading section and select your new Environment and select Load Environment.
Then select Design->CE Macro Editor Pro from the main menu

LaunchHalfwake.xml | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|

Save the xml file by clicking the Save As button and name your file LaunchHalfWake.xml. Don't forget to change the file extension to .xml:

You should now see the file under the file manager in the left hand pane of the Macro Editor. Use the Select button to navigate to your desired folder. You wont see all your files though, the file manager filters all the files based on their extension and only shows .js and .xml files.


Tip
When deploying a single panel using the same panel ID will create a new panel the first time, but subsequent uses of the same ID will overwrite existing panels.
To update more than 1 panel use the Customizations->UIExtensions->Config deployment panel feature. This allows the upload of xml files that contain multiple panels.


Warning
An error may occur if this check box is not selected. Just make sure that it is checked if you receive an error while deploying.
Its test time. The halfwake button should now appear on your home screen of your device. Pressing the button should place your endpoint into the halfwake state.
Success
You now have a working Macro and Extension. Look at you go.