Applet
The Applet is an HTML5/Javascript application that runs within the signageOS Core App. Applet can leverage the Applet JS API for easy access to the device native functions like saving files into internal memory and using accelerated video playback among others.
- Start Your Development With signageOS CLI
- Applet-related documentation on signageOS Docs
Get Applets
Get all applets of current organization
Create Applet
Create a new Applet that can be assigned to the device.
Count Applets
Count applets
Get Applet
Get one applet by `appletUid`. The UID can be found in list of all applets in signageOS Box.
Delete Applet
Delete one Applet by `appletUid`. All assigned Timings on any device have to be deleted first.
Create Applet Version
To create new Applet version you need just a new version of HTML (binary).
Get Applet Versions
Get all Applet versions of the Applet by `appletUid`.
Get Applet Version
Get one specific Applet version of the Applet by `appletUid` and `appletVersion`
Update Applet Version
Update existing Applet version of the Applet by `appletUid` and `appletVersion`.
Upload Applet Version Files
Upload file to applet version files by `appletUid` & `appletVersion`.
Get Applet Version Files
Get file of applet version files by `appletUid`, `appletVersion`
Get Applet Version File
Get file of applet version files by `appletUid`, `appletVersion` & `appletFileName`
Upload and Update Applet Version Files
Upload and update existing file to applet version files by `appletUid`, `appletVersion` & `appletFileName`
Upload and Update Applet Version Files
Upload and update existing file to applet version files by `appletUid`, `appletVersion` & `appletFileName`
Delete Applet Version File
Delete an existing file to applet version files by `appletUid`, `appletVersion` & `appletFileName`