in plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxInterfaceObjectProperty.cs [2223:2879]
public static KnxInterfaceObjectType? ObjectType(this KnxInterfaceObjectProperty value)
{
switch (value)
{
case KnxInterfaceObjectProperty.PID_UNKNOWN: { /* '0' */
return model.KnxInterfaceObjectType.OT_UNKNOWN;
}
case KnxInterfaceObjectProperty.PID_GENERAL_OBJECT_TYPE: { /* '1' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_SERVICES_SUPPORTED: { /* '10' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_PRIORITY_FIFO_ENABLED: { /* '100' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_QUEUE_OVERFLOW_TO_IP: { /* '101' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_QUEUE_OVERFLOW_TO_KNX: { /* '102' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_MSG_TRANSMIT_TO_IP: { /* '103' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_MSG_TRANSMIT_TO_KNX: { /* '104' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_FRIENDLY_NAME: { /* '105' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_BACKBONE_KEY: { /* '106' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_DEVICE_AUTHENTICATION_CODE: { /* '107' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_PASSWORD_HASHES: { /* '108' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_SECURED_SERVICE_FAMILIES: { /* '109' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_GENERAL_SERIAL_NUMBER: { /* '11' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_MULTICAST_LATENCY_TOLERANCE: { /* '110' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_SYNC_LATENCY_FRACTION: { /* '111' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_TUNNELLING_USERS: { /* '112' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SECURITY_MODE: { /* '113' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_P2P_KEY_TABLE: { /* '114' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_GRP_KEY_TABLE: { /* '115' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SECURITY_INDIVIDUAL_ADDRESS_TABLE: { /* '116' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SECURITY_FAILURES_LOG: { /* '117' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SKI_TOOL: { /* '118' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SECURITY_REPORT: { /* '119' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_GENERAL_MANUFACTURER_ID: { /* '12' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SECURITY_REPORT_CONTROL: { /* '120' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_SEQUENCE_NUMBER_SENDING: { /* '121' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_ZONE_KEYS_TABLE: { /* '122' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_SECURITY_GO_SECURITY_FLAGS: { /* '123' */
return model.KnxInterfaceObjectType.OT_SECURITY;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_MULTI_TYPE: { /* '124' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_DOMAIN_ADDRESS: { /* '125' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_RETRANSMITTER: { /* '126' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_SECURITY_REPORT_CONTROL: { /* '127' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_FILTERING_MODE_SELECT: { /* '128' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_BIDIR_TIMEOUT: { /* '129' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_GENERAL_PROGRAM_VERSION: { /* '13' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_DIAG_SA_FILTER_TABLE: { /* '130' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_DIAG_QUALITY_TABLE: { /* '131' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_RF_MEDIUM_RF_DIAG_PROBE: { /* '132' */
return model.KnxInterfaceObjectType.OT_RF_MEDIUM;
}
case KnxInterfaceObjectProperty.PID_INDOOR_BRIGHTNESS_SENSOR_CHANGE_OF_VALUE: { /* '133' */
return model.KnxInterfaceObjectType.OT_INDOOR_BRIGHTNESS_SENSOR;
}
case KnxInterfaceObjectProperty.PID_INDOOR_BRIGHTNESS_SENSOR_REPETITION_TIME: { /* '134' */
return model.KnxInterfaceObjectType.OT_INDOOR_BRIGHTNESS_SENSOR;
}
case KnxInterfaceObjectProperty.PID_INDOOR_LUMINANCE_SENSOR_CHANGE_OF_VALUE: { /* '135' */
return model.KnxInterfaceObjectType.OT_INDOOR_LUMINANCE_SENSOR;
}
case KnxInterfaceObjectProperty.PID_INDOOR_LUMINANCE_SENSOR_REPETITION_TIME: { /* '136' */
return model.KnxInterfaceObjectType.OT_INDOOR_LUMINANCE_SENSOR;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_ON_DELAY: { /* '137' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_OFF_DELAY: { /* '138' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_TIMED_ON_DURATION: { /* '139' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_DEVICE_CONTROL: { /* '14' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_PREWARNING_DURATION: { /* '140' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_TRANSMISSION_CYCLE_TIME: { /* '141' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BUS_POWER_UP_MESSAGE_DELAY: { /* '142' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BEHAVIOUR_AT_LOCKING: { /* '143' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BEHAVIOUR_AT_UNLOCKING: { /* '144' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_UP: { /* '145' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_DOWN: { /* '146' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_INVERT_OUTPUT_STATE: { /* '147' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_TIMED_ON_RETRIGGER_FUNCTION: { /* '148' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_MANUAL_OFF_ENABLE: { /* '149' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_ORDER_INFO: { /* '15' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_INVERT_LOCK_DEVICE: { /* '150' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_LOCK_STATE: { /* '151' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_UNLOCK_STATE: { /* '152' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_STATE_FOR_SCENE_NUMBER: { /* '153' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_STORAGE_FUNCTION_FOR_SCENE: { /* '154' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BUS_POWER_UP_STATE: { /* '155' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_LIGHT_SWITCHING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_UP_2: { /* '156' */
return model.KnxInterfaceObjectType.OT_LIGHT_SWITCHING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_ON_DELAY: { /* '157' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_OFF_DELAY: { /* '158' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_SWITCH_OFF_BRIGHTNESS_DELAY_TIME: { /* '159' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_PEI_TYPE: { /* '16' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_TIMED_ON_DURATION: { /* '160' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_PREWARNING_DURATION: { /* '161' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_TRANSMISSION_CYCLE_TIME: { /* '162' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BUS_POWER_UP_MESSAGE_DELAY: { /* '163' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_SPEED: { /* '164' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_STEP_TIME: { /* '165' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_SPEED_FOR_SWITCH_ON_SET_VALUE: { /* '166' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_SPEED_FOR_SWITCH_OFF: { /* '167' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_STEP_TIME_FOR_SWITCH_ON_SET_VALUE: { /* '168' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMMING_STEP_TIME_FOR_SWITCH_OFF: { /* '169' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_PORT_CONFIGURATION: { /* '17' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_SWITCFH_OFF_BRIGHTNESS: { /* '170' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_MINIMUM_SET_VALUE: { /* '171' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_MAXIMUM_SET_VALUE: { /* '172' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_SWITCH_ON_SET_VALUE: { /* '173' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DIMM_MODE_SELECTION: { /* '174' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_RELATIV_OFF_ENABLE: { /* '175' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_MEMORY_FUNCTION: { /* '176' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_TIMED_ON_RETRIGGER_FUNCTION: { /* '177' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_MANUAL_OFF_ENABLE: { /* '178' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_INVERT_LOCK_DEVICE: { /* '179' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_POLL_GROUP_SETTINGS: { /* '18' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BEHAVIOUR_AT_LOCKING: { /* '180' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BEHAVIOUR_AT_UNLOCKING: { /* '181' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_LOCK_SETVALUE: { /* '182' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_UNLOCK_SETVALUE: { /* '183' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BIGHTNESS_FOR_SCENE: { /* '184' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_STORAGE_FUNCTION_FOR_SCENE: { /* '185' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_DELTA_DIMMING_VALUE: { /* '186' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_UP: { /* '187' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_UP_SET_VALUE: { /* '188' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BEHAVIOUR_BUS_POWER_DOWN: { /* '189' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_MANUFACTURER_DATA: { /* '19' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DIMMING_ACTUATOR_BASIC_BUS_POWER_DOWN_SET_VALUE: { /* '190' */
return model.KnxInterfaceObjectType.OT_DIMMING_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_SENSOR_BASIC_ON_OFF_ACTION: { /* '191' */
return model.KnxInterfaceObjectType.OT_DIMMING_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_SENSOR_BASIC_ENABLE_TOGGLE_MODE: { /* '192' */
return model.KnxInterfaceObjectType.OT_DIMMING_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_DIMMING_SENSOR_BASIC_ABSOLUTE_SETVALUE: { /* '193' */
return model.KnxInterfaceObjectType.OT_DIMMING_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SWITCHING_SENSOR_BASIC_ON_OFF_ACTION: { /* '194' */
return model.KnxInterfaceObjectType.OT_SWITCHING_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SWITCHING_SENSOR_BASIC_ENABLE_TOGGLE_MODE: { /* '195' */
return model.KnxInterfaceObjectType.OT_SWITCHING_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_REVERSION_PAUSE_TIME: { /* '196' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_MOVE_UP_DOWN_TIME: { /* '197' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_SLAT_STEP_TIME: { /* '198' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_MOVE_PRESET_POSITION_TIME: { /* '199' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_OBJECT_NAME: { /* '2' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_ENABLE: { /* '20' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_MOVE_TO_PRESET_POSITION_IN_PERCENT: { /* '200' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_MOVE_TO_PRESET_POSITION_LENGTH: { /* '201' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_PRESET_SLAT_POSITION_PERCENT: { /* '202' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_PRESET_SLAT_POSITION_ANGLE: { /* '203' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_REACTION_WIND_ALARM: { /* '204' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_HEARTBEAT_WIND_ALARM: { /* '205' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_REACTION_ON_RAIN_ALARM: { /* '206' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_HEARTBEAT_RAIN_ALARM: { /* '207' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_REACTION_FROST_ALARM: { /* '208' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_HEARTBEAT_FROST_ALARM: { /* '209' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_DESCRIPTION: { /* '21' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_MAX_SLAT_MOVE_TIME: { /* '210' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_ENABLE_BLINDS_MODE: { /* '211' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_ACTUATOR_BASIC_STORAGE_FUNCTIONS_FOR_SCENE: { /* '212' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_ACTUATOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_SENSOR_BASIC_ENABLE_BLINDS_MODE: { /* '213' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_SENSOR_BASIC_UP_DOWN_ACTION: { /* '214' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_SUNBLIND_SENSOR_BASIC_ENABLE_TOGGLE_MODE: { /* '215' */
return model.KnxInterfaceObjectType.OT_SUNBLIND_SENSOR_BASIC;
}
case KnxInterfaceObjectProperty.PID_GENERAL_FILE: { /* '22' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_TABLE: { /* '23' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_ENROL: { /* '24' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_VERSION: { /* '25' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_GROUP_OBJECT_LINK: { /* '26' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_MCB_TABLE: { /* '27' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_ERROR_CODE: { /* '28' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_OBJECT_INDEX: { /* '29' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_SEMAPHOR: { /* '3' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_GENERAL_DOWNLOAD_COUNTER: { /* '30' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DEVICE_ROUTING_COUNT: { /* '31' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_MAX_RETRY_COUNT: { /* '32' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_ERROR_FLAGS: { /* '33' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PROGMODE: { /* '34' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PRODUCT_ID: { /* '35' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_MAX_APDULENGTH: { /* '36' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_SUBNET_ADDR: { /* '37' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_DEVICE_ADDR: { /* '38' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PB_CONFIG: { /* '39' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_GENERAL_GROUP_OBJECT_REFERENCE: { /* '4' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DEVICE_ADDR_REPORT: { /* '40' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_ADDR_CHECK: { /* '41' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_OBJECT_VALUE: { /* '42' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_OBJECTLINK: { /* '43' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_APPLICATION: { /* '44' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PARAMETER: { /* '45' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_OBJECTADDRESS: { /* '46' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PSU_TYPE: { /* '47' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PSU_STATUS: { /* '48' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PSU_ENABLE: { /* '49' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_GENERAL_LOAD_STATE_CONTROL: { /* '5' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DEVICE_DOMAIN_ADDRESS: { /* '50' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_IO_LIST: { /* '51' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_MGT_DESCRIPTOR_01: { /* '52' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_PL110_PARAM: { /* '53' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RF_REPEAT_COUNTER: { /* '54' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RECEIVE_BLOCK_TABLE: { /* '55' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RANDOM_PAUSE_TABLE: { /* '56' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RECEIVE_BLOCK_NR: { /* '57' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_HARDWARE_TYPE: { /* '58' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RETRANSMITTER_NUMBER: { /* '59' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_GENERAL_RUN_STATE_CONTROL: { /* '6' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_DEVICE_SERIAL_NR_TABLE: { /* '60' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_BIBATMASTER_ADDRESS: { /* '61' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_RF_DOMAIN_ADDRESS: { /* '62' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_DEVICE_DESCRIPTOR: { /* '63' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_METERING_FILTER_TABLE: { /* '64' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_GROUP_TELEGR_RATE_LIMIT_TIME_BASE: { /* '65' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_DEVICE_GROUP_TELEGR_RATE_LIMIT_NO_OF_TELEGR: { /* '66' */
return model.KnxInterfaceObjectType.OT_DEVICE;
}
case KnxInterfaceObjectProperty.PID_GROUP_OBJECT_TABLE_GRPOBJTABLE: { /* '67' */
return model.KnxInterfaceObjectType.OT_GROUP_OBJECT_TABLE;
}
case KnxInterfaceObjectProperty.PID_GROUP_OBJECT_TABLE_EXT_GRPOBJREFERENCE: { /* '68' */
return model.KnxInterfaceObjectType.OT_GROUP_OBJECT_TABLE;
}
case KnxInterfaceObjectProperty.PID_ROUTER_LINE_STATUS: { /* '69' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_GENERAL_TABLE_REFERENCE: { /* '7' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_ROUTER_MAIN_LCCONFIG: { /* '70' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_SUB_LCCONFIG: { /* '71' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_MAIN_LCGRPCONFIG: { /* '72' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_SUB_LCGRPCONFIG: { /* '73' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_ROUTETABLE_CONTROL: { /* '74' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_COUPL_SERV_CONTROL: { /* '75' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_MAX_ROUTER_APDU_LENGTH: { /* '76' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_MEDIUM: { /* '77' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_FILTER_TABLE_USE: { /* '78' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_ROUTER_RF_ENABLE_SBC: { /* '79' */
return model.KnxInterfaceObjectType.OT_ROUTER;
}
case KnxInterfaceObjectProperty.PID_GENERAL_SERVICE_CONTROL: { /* '8' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_PROJECT_INSTALLATION_ID: { /* '80' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_KNX_INDIVIDUAL_ADDRESS: { /* '81' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_ADDITIONAL_INDIVIDUAL_ADDRESSES: { /* '82' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_CURRENT_IP_ASSIGNMENT_METHOD: { /* '83' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_IP_ASSIGNMENT_METHOD: { /* '84' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_IP_CAPABILITIES: { /* '85' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_CURRENT_IP_ADDRESS: { /* '86' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_CURRENT_SUBNET_MASK: { /* '87' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_CURRENT_DEFAULT_GATEWAY: { /* '88' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_IP_ADDRESS: { /* '89' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_GENERAL_FIRMWARE_REVISION: { /* '9' */
return model.KnxInterfaceObjectType.OT_GENERAL;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_SUBNET_MASK: { /* '90' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_DEFAULT_GATEWAY: { /* '91' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_DHCP_BOOTP_SERVER: { /* '92' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_MAC_ADDRESS: { /* '93' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_SYSTEM_SETUP_MULTICAST_ADDRESS: { /* '94' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_ROUTING_MULTICAST_ADDRESS: { /* '95' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_TTL: { /* '96' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_KNXNETIP_DEVICE_CAPABILITIES: { /* '97' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_KNXNETIP_DEVICE_STATE: { /* '98' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
case KnxInterfaceObjectProperty.PID_KNXIP_PARAMETER_KNXNETIP_ROUTING_CAPABILITIES: { /* '99' */
return model.KnxInterfaceObjectType.OT_KNXIP_PARAMETER;
}
default: {
return null;
}
}
}