GET /profiles

<< Click to Display Table of Contents >>

Navigation:  The API > JSON API > REST Resources > Profiles > GET >

GET /profiles

Profile Overview

Lists overview of all supported EEP profiles and manufacturer variations

 

Client to Gateway:

Resource Path

HTTP method

/profiles

GET

no additional call parameters are necessary

 

Response Gateway to Client:

parameter

datatype

value / formatting

description

header

object

{}

 

profiles

array of objects

[{}]

 

 

eep

string

xx-xx-xx

EnOcean Equipment Profiles, definition of Enocean radio telegram structure

 

title

string

 

short description of eep profile

 

variations

array of objects

[{}]

 

 

 

variation

string

Manufacturer_Product

Variation identifier. Mainly composed of Manufacturer and Product that uses it.

 

 

version

float

 

version identifier

 

 

direction

string

from | both

direction of transport (from device sent / to device sent / both directions )

example:

Basic structure of gateway response:

 

http://hostname:api_port/profiles
 
{
  "header" : {
    "httpStatus" : 200,
    "content" : "profiles",
    "gateway" : "DC-GW/EO-IP v0.99.1",
    "timestamp" : "2016-05-09T15:41:13.487+0200"
  },
  "profiles" : [ {
    "eep" : "A5-02-01",
    "title" : "Temperature Sensors, Temperature Sensor Range -40°C to 0°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-02",
    "title" : "Temperature Sensors, Temperature Sensor Range -30°C to +10°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-03",
    "title" : "Temperature Sensors, Temperature Sensor Range -20°C to +20°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-04",
    "title" : "Temperature Sensors, Temperature Sensor Range -10°C to +30°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-05",
    "title" : "Temperature Sensors, Temperature Sensor Range 0°C to +40°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-06",
    "title" : "Temperature Sensors, Temperature Sensor Range +10°C to +50°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-07",
    "title" : "Temperature Sensors, Temperature Sensor Range +20°C to +60°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-08",
    "title" : "Temperature Sensors, Temperature Sensor Range +30°C to +70°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-09",
    "title" : "Temperature Sensors, Temperature Sensor Range +40°C to +80°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-0A",
    "title" : "Temperature Sensors, Temperature Sensor Range +50°C to +90°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-0B",
    "title" : "Temperature Sensors, Temperature Sensor Range +60°C to +100°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-10",
    "title" : "Temperature Sensors, Temperature Sensor Range -60°C to +20°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-11",
    "title" : "Temperature Sensors, Temperature Sensor Range -50°C to +30°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-12",
    "title" : "Temperature Sensors, Temperature Sensor Range -40°C to +40°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-13",
    "title" : "Temperature Sensors, Temperature Sensor Range -30°C to +50°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-14",
    "title" : "Temperature Sensors, Temperature Sensor Range -20°C to +60°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-15",
    "title" : "Temperature Sensors, Temperature Sensor Range -10°C to +70°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-16",
    "title" : "Temperature Sensors, Temperature Sensor Range 0°C to +80°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-17",
    "title" : "Temperature Sensors, Temperature Sensor Range +10°C to +90°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-18",
    "title" : "Temperature Sensors, Temperature Sensor Range +20°C to +100°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-19",
    "title" : "Temperature Sensors, Temperature Sensor Range +30°C to +110°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-1A",
    "title" : "Temperature Sensors, Temperature Sensor Range +40°C to +120°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-1B",
    "title" : "Temperature Sensors, Temperature Sensor Range +50°C to +130°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-20",
    "title" : "Temperature Sensors, 10 Bit Temperature Sensor Range -10°C to +41.2°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-02-30",
    "title" : "Temperature Sensors, 10 Bit Temperature Sensor Range -40°C to +62.3°C",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-04-01",
    "title" : "Temperature and Humidity Sensor, Range 0°C to +40°C and 0% to 100%",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "alphaEOS_SENSETF-H",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-04-02",
    "title" : "Temperature and Humidity Sensor, Range -20°C to +60°C and 0% to 100%",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FAFT60,FIFT65S,FBH65TFB",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-04-03",
    "title" : "Temperature and Humidity Sensor, Range -20°C to +60°C 10bit-measurement and 0% to 100%",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-05-01",
    "title" : "Barometric Sensor, Range 500 to 1150 hPa",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-06-01",
    "title" : "Light Sensor, Range 300lx to 60.000lx",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FAH60,FAH60B,FAH65S,FIH65S",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-06-02",
    "title" : "Light Sensor, Range 0lx to 1.020lx",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FIH65B",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-06-03",
    "title" : "Light Sensor, 10-bit measurement (1-Lux resolution) with range 0lx to 1000lx",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-07-01",
    "title" : "Occupancy Sensor, Occupancy with Supply voltage monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-07-02",
    "title" : "Occupancy Sensor, Occupancy with Supply voltage monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-07-03",
    "title" : "Occupancy Sensor, Occupancy with Supply voltage monitor and 10-bit illumination measurement",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-08-01",
    "title" : "Light, Temperature and Occupancy Sensor, Range 0lx to 510lx, 0°C to +51°C and Occupancy Button",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FABH65S,FBH65B,FBH65S,FBH65TFB",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-08-02",
    "title" : "Light, Temperature and Occupancy Sensor, Range 0lx to 1020lx, 0°C to +51°C and Occupancy Button",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-08-03",
    "title" : "Light, Temperature and Occupancy Sensor, Range 0lx to 1530lx, -30°C to +50°C and Occupancy Button",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-02",
    "title" : "Gas Sensor, CO-Sensor 0 ppm to 1020 ppm",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-04",
    "title" : "Gas Sensor, CO2 Sensor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-05",
    "title" : "Gas Sensor, VOC Sensor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-06",
    "title" : "Gas Sensor, Radon",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-07",
    "title" : "Gas Sensor, Particles",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-08",
    "title" : "Gas Sensor, Pure CO2 Sensor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-09",
    "title" : "Gas Sensor, Pure CO2 Sensor with Power Failure Detection",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-09-0A",
    "title" : "Gas Sensor, Hydrogen Gas Sensor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-01",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-02",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point, Fan Speed and Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-03",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Afriso_RoomTemperatureSensorFT",
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Thermokon_SR06LCD",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-04",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point and Fan Speed Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-05",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-06",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point and Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FTR55D",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-07",
    "title" : "Room Operating Panel, Temperature Sensor, Fan Speed Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-08",
    "title" : "Room Operating Panel, Temperature Sensor, Fan Speed and Occupancy Control ",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-09",
    "title" : "Room Operating Panel, Temperature Sensor, Fan Speed and Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-0A",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point Adjust and Single Input Contact",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-0B",
    "title" : "Room Operating Panel, Temperature Sensor and Single Input Contact",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-0C",
    "title" : "Room Operating Panel, Temperature Sensor and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-0D",
    "title" : "Room Operating Panel, Temperature Sensor and Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-10",
    "title" : "Room Operating Panel, Temperature and Humidity Sensor, Set Point and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-11",
    "title" : "Room Operating Panel, Temperature and Humidity Sensor, Set Point and Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-12",
    "title" : "Room Operating Panel, Temperature and Humidity Sensor and Set Point",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Afriso_RoomTemperatureSensorFTF",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-13",
    "title" : "Room Operating Panel, Temperature and Humidity Sensor, Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-14",
    "title" : "Room Operating Panel, Temperature and Humidity Sensor, Day/Night Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-15",
    "title" : "Room Operating Panel, 10 Bit Temperature Sensor, 6 bit Set Point Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-16",
    "title" : "Room Operating Panel, 10 Bit Temperature Sensor, 6 bit Set Point Control;Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-17",
    "title" : "Room Operating Panel, 10 Bit Temperature Sensor, Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-18",
    "title" : "Room Operating Panel, Illumination, Temperature Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-19",
    "title" : "Room Operating Panel, Humidity, Temperature Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1A",
    "title" : "Room Operating Panel, Supply voltage monitor, Temperature Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1B",
    "title" : "Room Operating Panel, Supply Voltage Monitor, Illumination, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1C",
    "title" : "Room Operating Panel, Illumination, Illumination Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1D",
    "title" : "Room Operating Panel, Humidity, Humidity Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1E",
    "title" : "Room Operating Panel, Humidity, Humidity Set Point, Temperature Sensor, Fan Speed and Occupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-1F",
    "title" : "Room Operating Panel, Temperature Sensor, Set Point, Fan Speed, Occupancy and Unoccupancy Control",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-20",
    "title" : "Room Operating Panel, Temperature and Set Point with Special Heating States",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-10-21",
    "title" : "Room Operating Panel, Temperature, Humidity and Set Point with Special Heating States",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-11-01",
    "title" : "Controller Status, Lighting Controller",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-11-03",
    "title" : "Controller Status, Blind Status",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-12-00",
    "title" : "Automated Meter Reading (AMR), Counter",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-12-01",
    "title" : "Automated Meter Reading (AMR), Electricity",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FSS12,FWZ12,FWZ61",
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Pressac_CTClamp",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-12-02",
    "title" : "Automated Meter Reading (AMR), Gas",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-12-03",
    "title" : "Automated Meter Reading (AMR), Water",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-01",
    "title" : "Environmental Applications, Sun Intensity",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-02",
    "title" : "Environmental Applications, Sun Intensity",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-03",
    "title" : "Environmental Applications, Date Exchange",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-04",
    "title" : "Environmental Applications, Time and Day Exchange",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-05",
    "title" : "Environmental Applications, Direction Exchange",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-06",
    "title" : "Environmental Applications, Geographic Position Exchange",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-13-10",
    "title" : "Environmental Applications, Sun position and radiation",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-01",
    "title" : "Multi-Func Sensor, Single Input Contact (Window/Door), Supply voltage monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-02",
    "title" : "Multi-Func Sensor, Single Input Contact (Window/Door), Supply voltage monitor and Illumination",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-03",
    "title" : "Multi-Func Sensor, Single Input Contact (Window/Door), Supply voltage monitor and Vibration",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-04",
    "title" : "Multi-Func Sensor, Single Input Contact (Window/Door), Supply voltage monitor, Vibration and Illumination",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-05",
    "title" : "Multi-Func Sensor, Vibration/Tilt, Supply voltage monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-14-06",
    "title" : "Multi-Func Sensor, Vibration/Tilt, Illumination and Supply voltage monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-20-01",
    "title" : "HVAC Components, Battery Powered Actuator",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-20-02",
    "title" : "HVAC Components, Basic Actuator",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-20-03",
    "title" : "HVAC Components, Line powered Actuator",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-20-04",
    "title" : "HVAC Components, Heating Radiator Valve Actuating Drive with Feed and Room Temperature Measurement, Local Set Point Control and Display",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-30-01",
    "title" : "Digital Input, Single Input Contact, Battery Monitor",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-30-02",
    "title" : "Digital Input, Single Input Contact",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-30-03",
    "title" : "Digital Input, 4 Digital Inputs, Wake and Temperature",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-30-04",
    "title" : "Digital Input, 3 Digital Inputs, 1 Digital Input 8 Bits",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "A5-38-08",
    "title" : "Central Command, Gateway",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-00",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-01",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-02",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-03",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-04",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-05",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-06",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-07",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-08",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-09",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    }, {
      "variation" : "Permundo_psc234",
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-0A",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    }, {
      "variation" : "Nodon_SmartPlugASP-2-1-10",
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-0B",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-10",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-01-11",
    "title" : "Electronic switches and dimmers with Energy Measurement and Local Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-05-00",
    "title" : "Blinds Control for Position and Angle",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-06-01",
    "title" : "Multisensor Window Handle, Alarm, Position Sensor, Vacation Mode, Optional Sensors",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D2-A0-01",
    "title" : "Standard Valve, Valve Control",
    "variations" : [ {
      "direction" : "both",
      "version" : 1.0
    } ]
  }, {
    "eep" : "D5-00-01",
    "title" : "Contacts and Switches, Single Input Contact",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-02-01",
    "title" : "Rocker Switch, 2 Rocker, Light and Blind Control - Application Style 1",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FRW",
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_GeneralSwitchActuator",
      "direction" : "both",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_SmokeDetector",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-02-02",
    "title" : "Rocker Switch, 2 Rocker, Light and Blind Control - Application Style 10",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FRW",
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_GeneralSwitchActuator",
      "direction" : "both",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_SmokeDetector",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-02-03",
    "title" : "Rocker Switch, 2 Rocker, Light and Blind Control - Application Style 11",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "Eltako_FRW",
      "direction" : "from",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_GeneralSwitchActuator",
      "direction" : "both",
      "version" : 1.0
    }, {
      "variation" : "VariousManufacturers_SmokeDetector",
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-03-01",
    "title" : "Rocker Switch, 4 Rocker, Light and Blind Control - Application Style 1",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-05-01",
    "title" : "Detectors, Liquid Leakage Sensor (mechanic harvester)",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  }, {
    "eep" : "F6-10-00",
    "title" : "Mechanical Handle, Window Handle",
    "variations" : [ {
      "direction" : "from",
      "version" : 1.0
    } ]
  } ]
}