Class HeatingElement

All Implemented Interfaces:
ComponentManagerSupplier, ComponentUtilSupplier, OpenemsApp

Describes a App for a RTU Heating Element.
  {
    "appId":"App.Heat.HeatingElement",
    "alias":"Heizstab",
    "instanceId": UUID,
    "image": base64,
    "properties":{
        "CTRL_IO_HEATING_ELEMENT_ID": "ctrlIoHeatingElement0",
        "OUTPUT_CHANNEL_PHASE_L1": "io0/Relay1",
        "OUTPUT_CHANNEL_PHASE_L2": "io0/Relay2",
        "OUTPUT_CHANNEL_PHASE_L3": "io0/Relay3",
        "POWER_PER_PHASE": 2000
    },
    "dependencies": [
        {
                "key": "RELAY",
                "instanceId": UUID
        }
    ],
    "appDescriptor": {
        "websiteUrl": AppDescriptor.getWebsiteUrl()
    }
  }