Skyplatform
  • SKYPLATFORM TECHNICAL USER DOCUMENTATION
    • BASICS OF SKYPLATFORM
      • WHAT IS SKYPLATFORM?
      • SKYPLATFORM DASHBOARD
      • TEMPLATE AND PROJECT CREATION
        • Project Creation
      • PROJECT INFORMATION
      • ADD DEVICES AND GROUPS
        • Create Device
        • Create Group
      • DEVICE DETAILS
      • INTRODUCTION TO COMMISSIONING
        • Commissioning Screen Definitions
      • CREATING A NEW PROJECT
        • Installation of Add-On Cards
      • KNX ADD-ON PROGRAMMING
        • KNX SHUTTER PROGRAMMING SAMPLE
    • PLUGINS
      • DASHBOARD WIDGETS
        • SAMPLE
      • SECURITY
        • SAMPLE
      • BUILT IN PERIPHERALS
        • SAMPLE
      • DIAGNOSTIC
      • TEMPERATURE CONTROLLER
        • SAMPLE
      • UI OBJECTS
        • SAMPLE
      • DIALOGS
        • SAMPLE
      • SCHEDULE
        • SAMPLE
      • FUNCTIONS
        • SAMPLE
      • CONSTANT
        • SAMPLE
      • MATH
        • SAMPLE
      • STRING
        • SAMPLE
      • LOGIC
        • SAMPLE
      • INTERCOM
      • MEDIA
        • SAMPLE
      • CAMERAS
        • SAMPLE
      • WEB
        • SAMPLE
      • EXTERNAL APPs
      • SCRIPTS
        • SAMPLE
Powered by GitBook
On this page
  1. SKYPLATFORM TECHNICAL USER DOCUMENTATION
  2. PLUGINS

WEB

PreviousSAMPLENextSAMPLE

Last updated 8 months ago

Plugin
Name
Description

HTML

The HTML can be used to create a mail template. Square brackets [[ ]] within the template can be utilized for dynamic data transfer, allowing variable data to be inserted into the email content dynamically.

E-Mail

The E-Mail block is used when sending emails through the panel. To configure this block, you need to know the outgoing mail port of the mail service and ensure that the IMAP feature is activated.

JSON Parser

The JSON Parser is used to parse and separate data from the response received through an HTTP Request.

HTTP

The HTTP is a service used to retrieve data from any server. For example, it can be used to query the door-opening URL of an Intercom device on a local web server, enabling the panel to open the door when the query is received. Typically, about 90% of HTTP request responses are in JSON format.

JSON Object

The JSON Object is a JSON creator, used to generate and structure JSON data.

JSON Array

The JSON Array is a collection of JSON objects grouped within a single array.