gateway

package
v0.0.0-...-2db16aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package gateway is a generated protocol buffer package.

It is generated from these files:

gateway/gateway.proto

It has these top-level messages:

GwAddressStructT
GwAttributeRecordT
GwAttributeReportT
GwAttributeReportConfigT
GwAttributeWriteStatusT
GwClusterListT
GwZigbeeGenericCnf
GwZigbeeGenericRspInd
GwAddGroupReq
GwGetGroupMembershipReq
GwGetGroupMembershipRspInd
GwRemoveFromGroupReq
GwStoreSceneReq
GwRemoveSceneReq
GwRecallSceneReq
GwGetSceneMembershipReq
GwGetSceneMembershipRspInd
GwSleepyDevicePacketPendingReq
GwSleepyDeviceCheckInInd
GwAttributeChangeInd
GwGetDeviceAttributeListReq
GwGetDeviceAttributeListRspInd
GwReadDeviceAttributeReq
GwReadDeviceAttributeRspInd
GwWriteDeviceAttributeReq
GwWriteDeviceAttributeRspInd
GwSetAttributeReportingReq
GwSetAttributeReportingRspInd
GwAttributeReportingInd
GwSendZclFrameReq
GwZclFrameReceiveInd
GwAlarmInd
GwAlarmResetReq
DevZoneEnrollmentReqInd
DevZoneEnrollmentRsp
DevZoneStatusChangeInd
DevAceArmReqInd
DevAceArmRsp
DevAceBypassInd
DevAceEmergencyConditionInd
DevAceGetZoneIdMapReqInd
DevAceGetZoneIdMapRsp
DevAceGetZoneInformationReqInd
DevAceGetZoneInformationRsp
DevSetIdentifyModeReq
DevSetOnOffStateReq
DevSetLevelReq
DevGetLevelReq
DevGetLevelRspInd
DevGetOnOffStateReq
DevGetOnOffStateRspInd
DevSetColorReq
DevGetColorReq
DevGetColorRspInd
DevGetTempReq
DevGetTempRspInd
DevGetPowerReq
DevGetPowerRspInd
DevGetHumidityReq
DevGetHumidityRspInd
DevSetDoorLockReq
DevSetDoorLockRspInd
DevGetDoorLockStateReq
DevGetDoorLockStateRspInd
DevThermostatSetpointChangeReq
DevWindowCoveringActionReq

Index

Constants

This section is empty.

Variables

View Source
var GwAddressTypeT_name = map[int32]string{
	0: "UNICAST",
	1: "GROUPCAST",
	2: "BROADCAST",
	3: "NONE",
}
View Source
var GwAddressTypeT_value = map[string]int32{
	"UNICAST":   0,
	"GROUPCAST": 1,
	"BROADCAST": 2,
	"NONE":      3,
}
View Source
var GwArmModeRspT_name = map[int32]string{
	0: "ALL_ZONES_DISARMED",
	1: "ONLY_DAY_HOME_ZONES_ARMED",
	2: "ONLY_NIGHT_SLEEP_ZONES_ARMED",
	3: "ALL_ZONES_ARMED",
}
View Source
var GwArmModeRspT_value = map[string]int32{
	"ALL_ZONES_DISARMED":           0,
	"ONLY_DAY_HOME_ZONES_ARMED":    1,
	"ONLY_NIGHT_SLEEP_ZONES_ARMED": 2,
	"ALL_ZONES_ARMED":              3,
}
View Source
var GwArmModeT_name = map[int32]string{
	0: "DISARM",
	1: "ARM_DAY_HOME_ZONES_ONLY",
	2: "ARM_NIGHT_SLEEP_ZONES_ONLY",
	3: "ARM_ALL_ZONES",
}
View Source
var GwArmModeT_value = map[string]int32{
	"DISARM":                     0,
	"ARM_DAY_HOME_ZONES_ONLY":    1,
	"ARM_NIGHT_SLEEP_ZONES_ONLY": 2,
	"ARM_ALL_ZONES":              3,
}
View Source
var GwClientServerDirT_name = map[int32]string{
	0: "CLIENT_TO_SERVER",
	1: "SERVER_TO_CLIENT",
}
View Source
var GwClientServerDirT_value = map[string]int32{
	"CLIENT_TO_SERVER": 0,
	"SERVER_TO_CLIENT": 1,
}
View Source
var GwCmdIdT_name = map[int32]string{
	0:  "ZIGBEE_GENERIC_CNF",
	1:  "ZIGBEE_GENERIC_RSP_IND",
	2:  "GW_ADD_GROUP_REQ",
	3:  "GW_GET_GROUP_MEMBERSHIP_REQ",
	4:  "GW_GET_GROUP_MEMBERSHIP_RSP_IND",
	5:  "GW_REMOVE_FROM_GROUP_REQ",
	6:  "GW_STORE_SCENE_REQ",
	7:  "GW_REMOVE_SCENE_REQ",
	8:  "GW_RECALL_SCENE_REQ",
	9:  "GW_GET_SCENE_MEMBERSHIP_REQ",
	10: "GW_GET_SCENE_MEMBERSHIP_RSP_IND",
	11: "GW_SLEEPY_DEVICE_PACKET_PENDING_REQ",
	12: "GW_SLEEPY_DEVICE_CHECK_IN_IND",
	13: "GW_ATTRIBUTE_CHANGE_IND",
	14: "GW_GET_DEVICE_ATTRIBUTE_LIST_REQ",
	15: "GW_GET_DEVICE_ATTRIBUTE_LIST_RSP_IND",
	16: "GW_READ_DEVICE_ATTRIBUTE_REQ",
	17: "GW_READ_DEVICE_ATTRIBUTE_RSP_IND",
	18: "GW_WRITE_DEVICE_ATTRIBUTE_REQ",
	19: "GW_WRITE_DEVICE_ATTRIBUTE_RSP_IND",
	20: "GW_SET_ATTRIBUTE_REPORTING_REQ",
	21: "GW_SET_ATTRIBUTE_REPORTING_RSP_IND",
	22: "GW_ATTRIBUTE_REPORTING_IND",
	23: "GW_SEND_ZCL_FRAME_REQ",
	24: "GW_ZCL_FRAME_RECEIVE_IND",
	25: "GW_ALARM_IND",
	26: "GW_ALARM_RESET_REQ",
	27: "DEV_ZONE_ENROLLMENT_REQ_IND",
	28: "DEV_ZONE_ENROLLMENT_RSP",
	29: "DEV_ZONE_STATUS_CHANGE_IND",
	30: "DEV_ACE_ARM_REQ_IND",
	31: "DEV_ACE_ARM_RSP",
	32: "DEV_ACE_BYPASS_IND",
	33: "DEV_ACE_EMERGENCY_CONDITION_IND",
	34: "DEV_ACE_GET_ZONE_ID_MAP_REQ_IND",
	35: "DEV_ACE_GET_ZONE_ID_MAP_RSP",
	36: "DEV_ACE_GET_ZONE_INFORMATION_REQ_IND",
	37: "DEV_ACE_GET_ZONE_INFORMATION_RSP",
	38: "DEV_SET_IDENTIFY_MODE_REQ",
	39: "DEV_SET_ONOFF_STATE_REQ",
	40: "DEV_SET_LEVEL_REQ",
	41: "DEV_GET_LEVEL_REQ",
	42: "DEV_GET_LEVEL_RSP_IND",
	43: "DEV_GET_ONOFF_STATE_REQ",
	44: "DEV_GET_ONOFF_STATE_RSP_IND",
	45: "DEV_SET_COLOR_REQ",
	46: "DEV_GET_COLOR_REQ",
	47: "DEV_GET_COLOR_RSP_IND",
	48: "DEV_GET_TEMP_REQ",
	49: "DEV_GET_TEMP_RSP_IND",
	50: "DEV_GET_POWER_REQ",
	51: "DEV_GET_POWER_RSP_IND",
	52: "DEV_GET_HUMIDITY_REQ",
	53: "DEV_GET_HUMIDITY_RSP_IND",
	54: "DEV_SET_DOOR_LOCK_REQ",
	55: "DEV_SET_DOOR_LOCK_RSP_IND",
	56: "DEV_GET_DOOR_LOCK_STATE_REQ",
	57: "DEV_GET_DOOR_LOCK_STATE_RSP_IND",
	58: "DEV_THERMOSTAT_SETPOINT_CHANGE_REQ",
	59: "DEV_WINDOW_COVERING_ACTION_REQ",
}
View Source
var GwCmdIdT_value = map[string]int32{
	"ZIGBEE_GENERIC_CNF":                   0,
	"ZIGBEE_GENERIC_RSP_IND":               1,
	"GW_ADD_GROUP_REQ":                     2,
	"GW_GET_GROUP_MEMBERSHIP_REQ":          3,
	"GW_GET_GROUP_MEMBERSHIP_RSP_IND":      4,
	"GW_REMOVE_FROM_GROUP_REQ":             5,
	"GW_STORE_SCENE_REQ":                   6,
	"GW_REMOVE_SCENE_REQ":                  7,
	"GW_RECALL_SCENE_REQ":                  8,
	"GW_GET_SCENE_MEMBERSHIP_REQ":          9,
	"GW_GET_SCENE_MEMBERSHIP_RSP_IND":      10,
	"GW_SLEEPY_DEVICE_PACKET_PENDING_REQ":  11,
	"GW_SLEEPY_DEVICE_CHECK_IN_IND":        12,
	"GW_ATTRIBUTE_CHANGE_IND":              13,
	"GW_GET_DEVICE_ATTRIBUTE_LIST_REQ":     14,
	"GW_GET_DEVICE_ATTRIBUTE_LIST_RSP_IND": 15,
	"GW_READ_DEVICE_ATTRIBUTE_REQ":         16,
	"GW_READ_DEVICE_ATTRIBUTE_RSP_IND":     17,
	"GW_WRITE_DEVICE_ATTRIBUTE_REQ":        18,
	"GW_WRITE_DEVICE_ATTRIBUTE_RSP_IND":    19,
	"GW_SET_ATTRIBUTE_REPORTING_REQ":       20,
	"GW_SET_ATTRIBUTE_REPORTING_RSP_IND":   21,
	"GW_ATTRIBUTE_REPORTING_IND":           22,
	"GW_SEND_ZCL_FRAME_REQ":                23,
	"GW_ZCL_FRAME_RECEIVE_IND":             24,
	"GW_ALARM_IND":                         25,
	"GW_ALARM_RESET_REQ":                   26,
	"DEV_ZONE_ENROLLMENT_REQ_IND":          27,
	"DEV_ZONE_ENROLLMENT_RSP":              28,
	"DEV_ZONE_STATUS_CHANGE_IND":           29,
	"DEV_ACE_ARM_REQ_IND":                  30,
	"DEV_ACE_ARM_RSP":                      31,
	"DEV_ACE_BYPASS_IND":                   32,
	"DEV_ACE_EMERGENCY_CONDITION_IND":      33,
	"DEV_ACE_GET_ZONE_ID_MAP_REQ_IND":      34,
	"DEV_ACE_GET_ZONE_ID_MAP_RSP":          35,
	"DEV_ACE_GET_ZONE_INFORMATION_REQ_IND": 36,
	"DEV_ACE_GET_ZONE_INFORMATION_RSP":     37,
	"DEV_SET_IDENTIFY_MODE_REQ":            38,
	"DEV_SET_ONOFF_STATE_REQ":              39,
	"DEV_SET_LEVEL_REQ":                    40,
	"DEV_GET_LEVEL_REQ":                    41,
	"DEV_GET_LEVEL_RSP_IND":                42,
	"DEV_GET_ONOFF_STATE_REQ":              43,
	"DEV_GET_ONOFF_STATE_RSP_IND":          44,
	"DEV_SET_COLOR_REQ":                    45,
	"DEV_GET_COLOR_REQ":                    46,
	"DEV_GET_COLOR_RSP_IND":                47,
	"DEV_GET_TEMP_REQ":                     48,
	"DEV_GET_TEMP_RSP_IND":                 49,
	"DEV_GET_POWER_REQ":                    50,
	"DEV_GET_POWER_RSP_IND":                51,
	"DEV_GET_HUMIDITY_REQ":                 52,
	"DEV_GET_HUMIDITY_RSP_IND":             53,
	"DEV_SET_DOOR_LOCK_REQ":                54,
	"DEV_SET_DOOR_LOCK_RSP_IND":            55,
	"DEV_GET_DOOR_LOCK_STATE_REQ":          56,
	"DEV_GET_DOOR_LOCK_STATE_RSP_IND":      57,
	"DEV_THERMOSTAT_SETPOINT_CHANGE_REQ":   58,
	"DEV_WINDOW_COVERING_ACTION_REQ":       59,
}
View Source
var GwDeviceStatusT_name = map[int32]string{
	0:   "DEVICE_OFFLINE",
	1:   "DEVICE_ONLINE",
	2:   "DEVICE_REMOVED",
	255: "NOT_APPLICABLE",
}
View Source
var GwDeviceStatusT_value = map[string]int32{
	"DEVICE_OFFLINE": 0,
	"DEVICE_ONLINE":  1,
	"DEVICE_REMOVED": 2,
	"NOT_APPLICABLE": 255,
}
View Source
var GwDisableDefaultRspT_name = map[int32]string{
	0: "DEFAULT_RSP_ENABLED",
	1: "DEFAULT_RSP_DISABLED",
}
View Source
var GwDisableDefaultRspT_value = map[string]int32{
	"DEFAULT_RSP_ENABLED":  0,
	"DEFAULT_RSP_DISABLED": 1,
}
View Source
var GwDoorStateT_name = map[int32]string{
	0: "DOOR_OPEN",
	1: "DOOR_CLOSED",
	2: "DOOR_JAMMED",
	3: "DOOR_FORCED_OPEN",
}
View Source
var GwDoorStateT_value = map[string]int32{
	"DOOR_OPEN":        0,
	"DOOR_CLOSED":      1,
	"DOOR_JAMMED":      2,
	"DOOR_FORCED_OPEN": 3,
}
View Source
var GwEmergencyCondTypeT_name = map[int32]string{
	2: "EMERGENCY",
	3: "FIRE",
	4: "PANIC",
}
View Source
var GwEmergencyCondTypeT_value = map[string]int32{
	"EMERGENCY": 2,
	"FIRE":      3,
	"PANIC":     4,
}
View Source
var GwEnrollRspCodeT_name = map[int32]string{
	0: "ZONE_ENROLL_SUCCESS",
	1: "ZONE_NOT_SUPPORTED",
	2: "ZONE_NOT_PERMITTED",
	3: "ZONE_ENROLLMENT_FULL",
}
View Source
var GwEnrollRspCodeT_value = map[string]int32{
	"ZONE_ENROLL_SUCCESS":  0,
	"ZONE_NOT_SUPPORTED":   1,
	"ZONE_NOT_PERMITTED":   2,
	"ZONE_ENROLLMENT_FULL": 3,
}
View Source
var GwExecutionTimingTypeT_name = map[int32]string{
	0:   "EXECUTE_IMMEDIATELY",
	1:   "EXECUTE_DELAY_IS_SPECIFIED",
	2:   "EXECUTE_TIME_IS_SPECIFIED",
	3:   "HOLD_EXECUTION",
	255: "NO_CHANGE",
}
View Source
var GwExecutionTimingTypeT_value = map[string]int32{
	"EXECUTE_IMMEDIATELY":        0,
	"EXECUTE_DELAY_IS_SPECIFIED": 1,
	"EXECUTE_TIME_IS_SPECIFIED":  2,
	"HOLD_EXECUTION":             3,
	"NO_CHANGE":                  255,
}
View Source
var GwFrameTypeT_name = map[int32]string{
	0: "FRAME_VALID_ACCROSS_PROFILE",
	1: "FRAME_CLUSTER_SPECIFIC",
}
View Source
var GwFrameTypeT_value = map[string]int32{
	"FRAME_VALID_ACCROSS_PROFILE": 0,
	"FRAME_CLUSTER_SPECIFIC":      1,
}
View Source
var GwImageNotificationT_name = map[int32]string{
	0: "DONT_SEND_NOTIFICATION",
	1: "BROADCAST_NOTIFICATION",
	2: "UNICAST_NOTIFICATION",
}
View Source
var GwImageNotificationT_value = map[string]int32{
	"DONT_SEND_NOTIFICATION": 0,
	"BROADCAST_NOTIFICATION": 1,
	"UNICAST_NOTIFICATION":   2,
}
View Source
var GwImageUpdateModeT_name = map[int32]string{
	0: "OTA_DOWNLOAD_ENABLED",
	1: "NEW_OTA_DOWNLOADS_DISABLE",
	2: "OTA_DOWNLOAD_DISABLE",
}
View Source
var GwImageUpdateModeT_value = map[string]int32{
	"OTA_DOWNLOAD_ENABLED":      0,
	"NEW_OTA_DOWNLOADS_DISABLE": 1,
	"OTA_DOWNLOAD_DISABLE":      2,
}
View Source
var GwLockModeT_name = map[int32]string{
	0: "LOCK_MODE_LOCK",
	1: "LOCK_MODE_UNLOCK",
}
View Source
var GwLockModeT_value = map[string]int32{
	"LOCK_MODE_LOCK":   0,
	"LOCK_MODE_UNLOCK": 1,
}
View Source
var GwLockStateT_name = map[int32]string{
	0: "LOCK_NOT_FULLY_LOCKED",
	1: "LOCK_LOCKED",
	2: "LOCK_UNLOCKED",
}
View Source
var GwLockStateT_value = map[string]int32{
	"LOCK_NOT_FULLY_LOCKED": 0,
	"LOCK_LOCKED":           1,
	"LOCK_UNLOCKED":         2,
}
View Source
var GwMfrSpecificFlagT_name = map[int32]string{
	0: "NON_MFR_SPECIFIC",
	1: "MFR_SPECIFIC",
}
View Source
var GwMfrSpecificFlagT_value = map[string]int32{
	"NON_MFR_SPECIFIC": 0,
	"MFR_SPECIFIC":     1,
}
View Source
var GwOnOffStateT_name = map[int32]string{
	0: "OFF_STATE",
	1: "ON_STATE",
	2: "TOGGLE_STATE",
}
View Source
var GwOnOffStateT_value = map[string]int32{
	"OFF_STATE":    0,
	"ON_STATE":     1,
	"TOGGLE_STATE": 2,
}
View Source
var GwOnOffStateValueT_name = map[int32]string{
	0: "OFF",
	1: "ON",
}
View Source
var GwOnOffStateValueT_value = map[string]int32{
	"OFF": 0,
	"ON":  1,
}
View Source
var GwQualityOfServiceT_name = map[int32]string{
	0: "APS_NOT_ACK",
	1: "APS_ACK",
}
View Source
var GwQualityOfServiceT_value = map[string]int32{
	"APS_NOT_ACK": 0,
	"APS_ACK":     1,
}
View Source
var GwRegisterUnregisterT_name = map[int32]string{
	0: "UNREGISTER_EXISTING_IMAGE",
	1: "REGISTER_NEW_IMAGE",
}
View Source
var GwRegisterUnregisterT_value = map[string]int32{
	"UNREGISTER_EXISTING_IMAGE": 0,
	"REGISTER_NEW_IMAGE":        1,
}
View Source
var GwSecurityOptionsT_name = map[int32]string{
	0: "APS_SECURITY_DISABLED",
	1: "APS_SECURITY_ENABLED",
}
View Source
var GwSecurityOptionsT_value = map[string]int32{
	"APS_SECURITY_DISABLED": 0,
	"APS_SECURITY_ENABLED":  1,
}
View Source
var GwStatusT_name = map[int32]string{
	0: "STATUS_SUCCESS",
	1: "STATUS_FAILURE",
	2: "STATUS_BUSY",
	3: "STATUS_INVALID_PARAMETER",
	4: "STATUS_TIMEOUT",
}
View Source
var GwStatusT_value = map[string]int32{
	"STATUS_SUCCESS":           0,
	"STATUS_FAILURE":           1,
	"STATUS_BUSY":              2,
	"STATUS_INVALID_PARAMETER": 3,
	"STATUS_TIMEOUT":           4,
}
View Source
var GwThermostatSetpointModeT_name = map[int32]string{
	0: "HEAT_SETPOINT",
	1: "COOL_SETPOINT",
	2: "BOTH_SETPOINTS",
}
View Source
var GwThermostatSetpointModeT_value = map[string]int32{
	"HEAT_SETPOINT":  0,
	"COOL_SETPOINT":  1,
	"BOTH_SETPOINTS": 2,
}
View Source
var GwWindowCoveringActionT_name = map[int32]string{
	0: "WC_UP_OPEN",
	1: "WC_DOWN_CLOSE",
	2: "WC_STOP",
	4: "WC_GO_TO_LIFT_VALUE",
	5: "WC_GO_TO_LIFT_PERCENT",
	7: "WC_GO_TO_TILT_VALUE",
	8: "WC_GO_TO_TILT_PERCENT",
}
View Source
var GwWindowCoveringActionT_value = map[string]int32{
	"WC_UP_OPEN":            0,
	"WC_DOWN_CLOSE":         1,
	"WC_STOP":               2,
	"WC_GO_TO_LIFT_VALUE":   4,
	"WC_GO_TO_LIFT_PERCENT": 5,
	"WC_GO_TO_TILT_VALUE":   7,
	"WC_GO_TO_TILT_PERCENT": 8,
}
View Source
var GwZclAttributeDataTypesT_name = map[int32]string{
	0:   "ZCL_DATATYPE_NO_DATA",
	8:   "ZCL_DATATYPE_DATA8",
	9:   "ZCL_DATATYPE_DATA16",
	10:  "ZCL_DATATYPE_DATA24",
	11:  "ZCL_DATATYPE_DATA32",
	12:  "ZCL_DATATYPE_DATA40",
	13:  "ZCL_DATATYPE_DATA48",
	14:  "ZCL_DATATYPE_DATA56",
	15:  "ZCL_DATATYPE_DATA64",
	16:  "ZCL_DATATYPE_BOOLEAN",
	24:  "ZCL_DATATYPE_BITMAP8",
	25:  "ZCL_DATATYPE_BITMAP16",
	26:  "ZCL_DATATYPE_BITMAP24",
	27:  "ZCL_DATATYPE_BITMAP32",
	28:  "ZCL_DATATYPE_BITMAP40",
	29:  "ZCL_DATATYPE_BITMAP48",
	30:  "ZCL_DATATYPE_BITMAP56",
	31:  "ZCL_DATATYPE_BITMAP64",
	32:  "ZCL_DATATYPE_UINT8",
	33:  "ZCL_DATATYPE_UINT16",
	34:  "ZCL_DATATYPE_UINT24",
	35:  "ZCL_DATATYPE_UINT32",
	36:  "ZCL_DATATYPE_UINT40",
	37:  "ZCL_DATATYPE_UINT48",
	38:  "ZCL_DATATYPE_UINT56",
	39:  "ZCL_DATATYPE_UINT64",
	40:  "ZCL_DATATYPE_INT8",
	41:  "ZCL_DATATYPE_INT16",
	42:  "ZCL_DATATYPE_INT24",
	43:  "ZCL_DATATYPE_INT32",
	44:  "ZCL_DATATYPE_INT40",
	45:  "ZCL_DATATYPE_INT48",
	46:  "ZCL_DATATYPE_INT56",
	47:  "ZCL_DATATYPE_INT64",
	48:  "ZCL_DATATYPE_ENUM8",
	49:  "ZCL_DATATYPE_ENUM16",
	56:  "ZCL_DATATYPE_SEMI_PREC",
	57:  "ZCL_DATATYPE_SINGLE_PREC",
	58:  "ZCL_DATATYPE_DOUBLE_PREC",
	65:  "ZCL_DATATYPE_OCTET_STR",
	66:  "ZCL_DATATYPE_CHAR_STR",
	67:  "ZCL_DATATYPE_LONG_OCTET_STR",
	68:  "ZCL_DATATYPE_LONG_CHAR_STR",
	72:  "ZCL_DATATYPE_ARRAY",
	76:  "ZCL_DATATYPE_STRUCT",
	80:  "ZCL_DATATYPE_SET",
	81:  "ZCL_DATATYPE_BAG",
	224: "ZCL_DATATYPE_TOD",
	225: "ZCL_DATATYPE_DATE",
	226: "ZCL_DATATYPE_UTC",
	232: "ZCL_DATATYPE_CLUSTER_ID",
	233: "ZCL_DATATYPE_ATTR_ID",
	234: "ZCL_DATATYPE_BAC_OID",
	240: "ZCL_DATATYPE_IEEE_ADDR",
	241: "ZCL_DATATYPE_128_BIT_SEC_KEY",
	255: "ZCL_DATATYPE_UNKNOWN",
}
View Source
var GwZclAttributeDataTypesT_value = map[string]int32{
	"ZCL_DATATYPE_NO_DATA":         0,
	"ZCL_DATATYPE_DATA8":           8,
	"ZCL_DATATYPE_DATA16":          9,
	"ZCL_DATATYPE_DATA24":          10,
	"ZCL_DATATYPE_DATA32":          11,
	"ZCL_DATATYPE_DATA40":          12,
	"ZCL_DATATYPE_DATA48":          13,
	"ZCL_DATATYPE_DATA56":          14,
	"ZCL_DATATYPE_DATA64":          15,
	"ZCL_DATATYPE_BOOLEAN":         16,
	"ZCL_DATATYPE_BITMAP8":         24,
	"ZCL_DATATYPE_BITMAP16":        25,
	"ZCL_DATATYPE_BITMAP24":        26,
	"ZCL_DATATYPE_BITMAP32":        27,
	"ZCL_DATATYPE_BITMAP40":        28,
	"ZCL_DATATYPE_BITMAP48":        29,
	"ZCL_DATATYPE_BITMAP56":        30,
	"ZCL_DATATYPE_BITMAP64":        31,
	"ZCL_DATATYPE_UINT8":           32,
	"ZCL_DATATYPE_UINT16":          33,
	"ZCL_DATATYPE_UINT24":          34,
	"ZCL_DATATYPE_UINT32":          35,
	"ZCL_DATATYPE_UINT40":          36,
	"ZCL_DATATYPE_UINT48":          37,
	"ZCL_DATATYPE_UINT56":          38,
	"ZCL_DATATYPE_UINT64":          39,
	"ZCL_DATATYPE_INT8":            40,
	"ZCL_DATATYPE_INT16":           41,
	"ZCL_DATATYPE_INT24":           42,
	"ZCL_DATATYPE_INT32":           43,
	"ZCL_DATATYPE_INT40":           44,
	"ZCL_DATATYPE_INT48":           45,
	"ZCL_DATATYPE_INT56":           46,
	"ZCL_DATATYPE_INT64":           47,
	"ZCL_DATATYPE_ENUM8":           48,
	"ZCL_DATATYPE_ENUM16":          49,
	"ZCL_DATATYPE_SEMI_PREC":       56,
	"ZCL_DATATYPE_SINGLE_PREC":     57,
	"ZCL_DATATYPE_DOUBLE_PREC":     58,
	"ZCL_DATATYPE_OCTET_STR":       65,
	"ZCL_DATATYPE_CHAR_STR":        66,
	"ZCL_DATATYPE_LONG_OCTET_STR":  67,
	"ZCL_DATATYPE_LONG_CHAR_STR":   68,
	"ZCL_DATATYPE_ARRAY":           72,
	"ZCL_DATATYPE_STRUCT":          76,
	"ZCL_DATATYPE_SET":             80,
	"ZCL_DATATYPE_BAG":             81,
	"ZCL_DATATYPE_TOD":             224,
	"ZCL_DATATYPE_DATE":            225,
	"ZCL_DATATYPE_UTC":             226,
	"ZCL_DATATYPE_CLUSTER_ID":      232,
	"ZCL_DATATYPE_ATTR_ID":         233,
	"ZCL_DATATYPE_BAC_OID":         234,
	"ZCL_DATATYPE_IEEE_ADDR":       240,
	"ZCL_DATATYPE_128_BIT_SEC_KEY": 241,
	"ZCL_DATATYPE_UNKNOWN":         255,
}
View Source
var GwZoneTypeT_name = map[int32]string{
	0:     "STANDARD_CIE",
	13:    "MOTION_SENSOR",
	21:    "CONTACT_SW",
	40:    "FIRE_SENSOR",
	42:    "WATER_SENSOR",
	43:    "GAS_SENSOR",
	44:    "PERSONAL_EMERGENCY_DEVICE",
	45:    "VIBRATION_MOVEMENT_SENSOR",
	271:   "REMOTE_CONTROL",
	277:   "KEY_FOB",
	541:   "KEY_PAD",
	549:   "STANDARD_WARNING_DEVICE",
	65535: "ZONE_UNALLOCATED",
}
View Source
var GwZoneTypeT_value = map[string]int32{
	"STANDARD_CIE":              0,
	"MOTION_SENSOR":             13,
	"CONTACT_SW":                21,
	"FIRE_SENSOR":               40,
	"WATER_SENSOR":              42,
	"GAS_SENSOR":                43,
	"PERSONAL_EMERGENCY_DEVICE": 44,
	"VIBRATION_MOVEMENT_SENSOR": 45,
	"REMOTE_CONTROL":            271,
	"KEY_FOB":                   277,
	"KEY_PAD":                   541,
	"STANDARD_WARNING_DEVICE":   549,
	"ZONE_UNALLOCATED":          65535,
}
View Source
var ZStackGwSysIdT_name = map[int32]string{
	19: "RPC_SYS_PB_GW",
}
View Source
var ZStackGwSysIdT_value = map[string]int32{
	"RPC_SYS_PB_GW": 19,
}

Functions

This section is empty.

Types

type DevAceArmReqInd

type DevAceArmReqInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=30" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	ArmMode          *GwArmModeT       `protobuf:"varint,4,req,name=armMode,enum=GwArmModeT" json:"armMode,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceArmReqInd) GetArmMode

func (m *DevAceArmReqInd) GetArmMode() GwArmModeT

func (*DevAceArmReqInd) GetCmdId

func (m *DevAceArmReqInd) GetCmdId() GwCmdIdT

func (*DevAceArmReqInd) GetSequenceNumber

func (m *DevAceArmReqInd) GetSequenceNumber() uint32

func (*DevAceArmReqInd) GetSrcAddress

func (m *DevAceArmReqInd) GetSrcAddress() *GwAddressStructT

func (*DevAceArmReqInd) ProtoMessage

func (*DevAceArmReqInd) ProtoMessage()

func (*DevAceArmReqInd) Reset

func (m *DevAceArmReqInd) Reset()

func (*DevAceArmReqInd) String

func (m *DevAceArmReqInd) String() string

type DevAceArmRsp

type DevAceArmRsp struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=31" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=dstAddress" json:"dstAddress,omitempty"`
	ArmResponse      *GwArmModeRspT    `protobuf:"varint,4,req,name=armResponse,enum=GwArmModeRspT" json:"armResponse,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceArmRsp) GetArmResponse

func (m *DevAceArmRsp) GetArmResponse() GwArmModeRspT

func (*DevAceArmRsp) GetCmdId

func (m *DevAceArmRsp) GetCmdId() GwCmdIdT

func (*DevAceArmRsp) GetDstAddress

func (m *DevAceArmRsp) GetDstAddress() *GwAddressStructT

func (*DevAceArmRsp) GetSequenceNumber

func (m *DevAceArmRsp) GetSequenceNumber() uint32

func (*DevAceArmRsp) ProtoMessage

func (*DevAceArmRsp) ProtoMessage()

func (*DevAceArmRsp) Reset

func (m *DevAceArmRsp) Reset()

func (*DevAceArmRsp) String

func (m *DevAceArmRsp) String() string

type DevAceBypassInd

type DevAceBypassInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=32" json:"cmdId,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=srcAddress" json:"srcAddress,omitempty"`
	ZoneIdList       []byte            `protobuf:"bytes,3,req,name=zoneIdList" json:"zoneIdList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceBypassInd) GetCmdId

func (m *DevAceBypassInd) GetCmdId() GwCmdIdT

func (*DevAceBypassInd) GetSrcAddress

func (m *DevAceBypassInd) GetSrcAddress() *GwAddressStructT

func (*DevAceBypassInd) GetZoneIdList

func (m *DevAceBypassInd) GetZoneIdList() []byte

func (*DevAceBypassInd) ProtoMessage

func (*DevAceBypassInd) ProtoMessage()

func (*DevAceBypassInd) Reset

func (m *DevAceBypassInd) Reset()

func (*DevAceBypassInd) String

func (m *DevAceBypassInd) String() string

type DevAceEmergencyConditionInd

type DevAceEmergencyConditionInd struct {
	CmdId                  *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=33" json:"cmdId,omitempty"`
	SrcAddress             *GwAddressStructT     `protobuf:"bytes,2,req,name=srcAddress" json:"srcAddress,omitempty"`
	EmergencyConditionType *GwEmergencyCondTypeT `protobuf:"varint,3,req,name=emergencyConditionType,enum=GwEmergencyCondTypeT" json:"emergencyConditionType,omitempty"`
	XXX_unrecognized       []byte                `json:"-"`
}

func (*DevAceEmergencyConditionInd) GetCmdId

func (m *DevAceEmergencyConditionInd) GetCmdId() GwCmdIdT

func (*DevAceEmergencyConditionInd) GetEmergencyConditionType

func (m *DevAceEmergencyConditionInd) GetEmergencyConditionType() GwEmergencyCondTypeT

func (*DevAceEmergencyConditionInd) GetSrcAddress

func (m *DevAceEmergencyConditionInd) GetSrcAddress() *GwAddressStructT

func (*DevAceEmergencyConditionInd) ProtoMessage

func (*DevAceEmergencyConditionInd) ProtoMessage()

func (*DevAceEmergencyConditionInd) Reset

func (m *DevAceEmergencyConditionInd) Reset()

func (*DevAceEmergencyConditionInd) String

func (m *DevAceEmergencyConditionInd) String() string

type DevAceGetZoneIdMapReqInd

type DevAceGetZoneIdMapReqInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=34" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceGetZoneIdMapReqInd) GetCmdId

func (m *DevAceGetZoneIdMapReqInd) GetCmdId() GwCmdIdT

func (*DevAceGetZoneIdMapReqInd) GetSequenceNumber

func (m *DevAceGetZoneIdMapReqInd) GetSequenceNumber() uint32

func (*DevAceGetZoneIdMapReqInd) GetSrcAddress

func (m *DevAceGetZoneIdMapReqInd) GetSrcAddress() *GwAddressStructT

func (*DevAceGetZoneIdMapReqInd) ProtoMessage

func (*DevAceGetZoneIdMapReqInd) ProtoMessage()

func (*DevAceGetZoneIdMapReqInd) Reset

func (m *DevAceGetZoneIdMapReqInd) Reset()

func (*DevAceGetZoneIdMapReqInd) String

func (m *DevAceGetZoneIdMapReqInd) String() string

type DevAceGetZoneIdMapRsp

type DevAceGetZoneIdMapRsp struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=35" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=dstAddress" json:"dstAddress,omitempty"`
	ZoneIdMapSection []uint32          `protobuf:"varint,4,rep,name=zoneIdMapSection" json:"zoneIdMapSection,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceGetZoneIdMapRsp) GetCmdId

func (m *DevAceGetZoneIdMapRsp) GetCmdId() GwCmdIdT

func (*DevAceGetZoneIdMapRsp) GetDstAddress

func (m *DevAceGetZoneIdMapRsp) GetDstAddress() *GwAddressStructT

func (*DevAceGetZoneIdMapRsp) GetSequenceNumber

func (m *DevAceGetZoneIdMapRsp) GetSequenceNumber() uint32

func (*DevAceGetZoneIdMapRsp) GetZoneIdMapSection

func (m *DevAceGetZoneIdMapRsp) GetZoneIdMapSection() []uint32

func (*DevAceGetZoneIdMapRsp) ProtoMessage

func (*DevAceGetZoneIdMapRsp) ProtoMessage()

func (*DevAceGetZoneIdMapRsp) Reset

func (m *DevAceGetZoneIdMapRsp) Reset()

func (*DevAceGetZoneIdMapRsp) String

func (m *DevAceGetZoneIdMapRsp) String() string

type DevAceGetZoneInformationReqInd

type DevAceGetZoneInformationReqInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=36" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	ZoneId           *uint32           `protobuf:"varint,4,req,name=zoneId" json:"zoneId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceGetZoneInformationReqInd) GetCmdId

func (*DevAceGetZoneInformationReqInd) GetSequenceNumber

func (m *DevAceGetZoneInformationReqInd) GetSequenceNumber() uint32

func (*DevAceGetZoneInformationReqInd) GetSrcAddress

func (*DevAceGetZoneInformationReqInd) GetZoneId

func (m *DevAceGetZoneInformationReqInd) GetZoneId() uint32

func (*DevAceGetZoneInformationReqInd) ProtoMessage

func (*DevAceGetZoneInformationReqInd) ProtoMessage()

func (*DevAceGetZoneInformationReqInd) Reset

func (m *DevAceGetZoneInformationReqInd) Reset()

func (*DevAceGetZoneInformationReqInd) String

type DevAceGetZoneInformationRsp

type DevAceGetZoneInformationRsp struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=37" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=dstAddress" json:"dstAddress,omitempty"`
	ZoneId           *uint32           `protobuf:"varint,4,req,name=zoneId" json:"zoneId,omitempty"`
	ZoneType         *GwZoneTypeT      `protobuf:"varint,5,req,name=zoneType,enum=GwZoneTypeT" json:"zoneType,omitempty"`
	IeeeAddress      *uint64           `protobuf:"fixed64,6,req,name=ieeeAddress" json:"ieeeAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevAceGetZoneInformationRsp) GetCmdId

func (m *DevAceGetZoneInformationRsp) GetCmdId() GwCmdIdT

func (*DevAceGetZoneInformationRsp) GetDstAddress

func (m *DevAceGetZoneInformationRsp) GetDstAddress() *GwAddressStructT

func (*DevAceGetZoneInformationRsp) GetIeeeAddress

func (m *DevAceGetZoneInformationRsp) GetIeeeAddress() uint64

func (*DevAceGetZoneInformationRsp) GetSequenceNumber

func (m *DevAceGetZoneInformationRsp) GetSequenceNumber() uint32

func (*DevAceGetZoneInformationRsp) GetZoneId

func (m *DevAceGetZoneInformationRsp) GetZoneId() uint32

func (*DevAceGetZoneInformationRsp) GetZoneType

func (m *DevAceGetZoneInformationRsp) GetZoneType() GwZoneTypeT

func (*DevAceGetZoneInformationRsp) ProtoMessage

func (*DevAceGetZoneInformationRsp) ProtoMessage()

func (*DevAceGetZoneInformationRsp) Reset

func (m *DevAceGetZoneInformationRsp) Reset()

func (*DevAceGetZoneInformationRsp) String

func (m *DevAceGetZoneInformationRsp) String() string

type DevGetColorReq

type DevGetColorReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=46" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetColorReq) GetCmdId

func (m *DevGetColorReq) GetCmdId() GwCmdIdT

func (*DevGetColorReq) GetDstAddress

func (m *DevGetColorReq) GetDstAddress() *GwAddressStructT

func (*DevGetColorReq) ProtoMessage

func (*DevGetColorReq) ProtoMessage()

func (*DevGetColorReq) Reset

func (m *DevGetColorReq) Reset()

func (*DevGetColorReq) String

func (m *DevGetColorReq) String() string

type DevGetColorRspInd

type DevGetColorRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=47" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	HueValue         *uint32           `protobuf:"varint,5,req,name=hueValue" json:"hueValue,omitempty"`
	SatValue         *uint32           `protobuf:"varint,6,req,name=satValue" json:"satValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetColorRspInd) GetCmdId

func (m *DevGetColorRspInd) GetCmdId() GwCmdIdT

func (*DevGetColorRspInd) GetHueValue

func (m *DevGetColorRspInd) GetHueValue() uint32

func (*DevGetColorRspInd) GetSatValue

func (m *DevGetColorRspInd) GetSatValue() uint32

func (*DevGetColorRspInd) GetSequenceNumber

func (m *DevGetColorRspInd) GetSequenceNumber() uint32

func (*DevGetColorRspInd) GetSrcAddress

func (m *DevGetColorRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetColorRspInd) GetStatus

func (m *DevGetColorRspInd) GetStatus() GwStatusT

func (*DevGetColorRspInd) ProtoMessage

func (*DevGetColorRspInd) ProtoMessage()

func (*DevGetColorRspInd) Reset

func (m *DevGetColorRspInd) Reset()

func (*DevGetColorRspInd) String

func (m *DevGetColorRspInd) String() string

type DevGetDoorLockStateReq

type DevGetDoorLockStateReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=56" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetDoorLockStateReq) GetCmdId

func (m *DevGetDoorLockStateReq) GetCmdId() GwCmdIdT

func (*DevGetDoorLockStateReq) GetDstAddress

func (m *DevGetDoorLockStateReq) GetDstAddress() *GwAddressStructT

func (*DevGetDoorLockStateReq) ProtoMessage

func (*DevGetDoorLockStateReq) ProtoMessage()

func (*DevGetDoorLockStateReq) Reset

func (m *DevGetDoorLockStateReq) Reset()

func (*DevGetDoorLockStateReq) String

func (m *DevGetDoorLockStateReq) String() string

type DevGetDoorLockStateRspInd

type DevGetDoorLockStateRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=57" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	LockState        *GwLockStateT     `protobuf:"varint,5,req,name=lockState,enum=GwLockStateT" json:"lockState,omitempty"`
	DoorState        *GwDoorStateT     `protobuf:"varint,6,req,name=doorState,enum=GwDoorStateT" json:"doorState,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetDoorLockStateRspInd) GetCmdId

func (m *DevGetDoorLockStateRspInd) GetCmdId() GwCmdIdT

func (*DevGetDoorLockStateRspInd) GetDoorState

func (m *DevGetDoorLockStateRspInd) GetDoorState() GwDoorStateT

func (*DevGetDoorLockStateRspInd) GetLockState

func (m *DevGetDoorLockStateRspInd) GetLockState() GwLockStateT

func (*DevGetDoorLockStateRspInd) GetSequenceNumber

func (m *DevGetDoorLockStateRspInd) GetSequenceNumber() uint32

func (*DevGetDoorLockStateRspInd) GetSrcAddress

func (m *DevGetDoorLockStateRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetDoorLockStateRspInd) GetStatus

func (m *DevGetDoorLockStateRspInd) GetStatus() GwStatusT

func (*DevGetDoorLockStateRspInd) ProtoMessage

func (*DevGetDoorLockStateRspInd) ProtoMessage()

func (*DevGetDoorLockStateRspInd) Reset

func (m *DevGetDoorLockStateRspInd) Reset()

func (*DevGetDoorLockStateRspInd) String

func (m *DevGetDoorLockStateRspInd) String() string

type DevGetHumidityReq

type DevGetHumidityReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=52" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetHumidityReq) GetCmdId

func (m *DevGetHumidityReq) GetCmdId() GwCmdIdT

func (*DevGetHumidityReq) GetDstAddress

func (m *DevGetHumidityReq) GetDstAddress() *GwAddressStructT

func (*DevGetHumidityReq) ProtoMessage

func (*DevGetHumidityReq) ProtoMessage()

func (*DevGetHumidityReq) Reset

func (m *DevGetHumidityReq) Reset()

func (*DevGetHumidityReq) String

func (m *DevGetHumidityReq) String() string

type DevGetHumidityRspInd

type DevGetHumidityRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=53" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	HumidityValue    *uint32           `protobuf:"varint,5,req,name=humidityValue" json:"humidityValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetHumidityRspInd) GetCmdId

func (m *DevGetHumidityRspInd) GetCmdId() GwCmdIdT

func (*DevGetHumidityRspInd) GetHumidityValue

func (m *DevGetHumidityRspInd) GetHumidityValue() uint32

func (*DevGetHumidityRspInd) GetSequenceNumber

func (m *DevGetHumidityRspInd) GetSequenceNumber() uint32

func (*DevGetHumidityRspInd) GetSrcAddress

func (m *DevGetHumidityRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetHumidityRspInd) GetStatus

func (m *DevGetHumidityRspInd) GetStatus() GwStatusT

func (*DevGetHumidityRspInd) ProtoMessage

func (*DevGetHumidityRspInd) ProtoMessage()

func (*DevGetHumidityRspInd) Reset

func (m *DevGetHumidityRspInd) Reset()

func (*DevGetHumidityRspInd) String

func (m *DevGetHumidityRspInd) String() string

type DevGetLevelReq

type DevGetLevelReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=41" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetLevelReq) GetCmdId

func (m *DevGetLevelReq) GetCmdId() GwCmdIdT

func (*DevGetLevelReq) GetDstAddress

func (m *DevGetLevelReq) GetDstAddress() *GwAddressStructT

func (*DevGetLevelReq) ProtoMessage

func (*DevGetLevelReq) ProtoMessage()

func (*DevGetLevelReq) Reset

func (m *DevGetLevelReq) Reset()

func (*DevGetLevelReq) String

func (m *DevGetLevelReq) String() string

type DevGetLevelRspInd

type DevGetLevelRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=42" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	LevelValue       *uint32           `protobuf:"varint,5,req,name=levelValue" json:"levelValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetLevelRspInd) GetCmdId

func (m *DevGetLevelRspInd) GetCmdId() GwCmdIdT

func (*DevGetLevelRspInd) GetLevelValue

func (m *DevGetLevelRspInd) GetLevelValue() uint32

func (*DevGetLevelRspInd) GetSequenceNumber

func (m *DevGetLevelRspInd) GetSequenceNumber() uint32

func (*DevGetLevelRspInd) GetSrcAddress

func (m *DevGetLevelRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetLevelRspInd) GetStatus

func (m *DevGetLevelRspInd) GetStatus() GwStatusT

func (*DevGetLevelRspInd) ProtoMessage

func (*DevGetLevelRspInd) ProtoMessage()

func (*DevGetLevelRspInd) Reset

func (m *DevGetLevelRspInd) Reset()

func (*DevGetLevelRspInd) String

func (m *DevGetLevelRspInd) String() string

type DevGetOnOffStateReq

type DevGetOnOffStateReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=43" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetOnOffStateReq) GetCmdId

func (m *DevGetOnOffStateReq) GetCmdId() GwCmdIdT

func (*DevGetOnOffStateReq) GetDstAddress

func (m *DevGetOnOffStateReq) GetDstAddress() *GwAddressStructT

func (*DevGetOnOffStateReq) ProtoMessage

func (*DevGetOnOffStateReq) ProtoMessage()

func (*DevGetOnOffStateReq) Reset

func (m *DevGetOnOffStateReq) Reset()

func (*DevGetOnOffStateReq) String

func (m *DevGetOnOffStateReq) String() string

type DevGetOnOffStateRspInd

type DevGetOnOffStateRspInd struct {
	CmdId            *GwCmdIdT           `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=44" json:"cmdId,omitempty"`
	SequenceNumber   *uint32             `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT          `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT   `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	StateValue       *GwOnOffStateValueT `protobuf:"varint,5,req,name=stateValue,enum=GwOnOffStateValueT" json:"stateValue,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*DevGetOnOffStateRspInd) GetCmdId

func (m *DevGetOnOffStateRspInd) GetCmdId() GwCmdIdT

func (*DevGetOnOffStateRspInd) GetSequenceNumber

func (m *DevGetOnOffStateRspInd) GetSequenceNumber() uint32

func (*DevGetOnOffStateRspInd) GetSrcAddress

func (m *DevGetOnOffStateRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetOnOffStateRspInd) GetStateValue

func (m *DevGetOnOffStateRspInd) GetStateValue() GwOnOffStateValueT

func (*DevGetOnOffStateRspInd) GetStatus

func (m *DevGetOnOffStateRspInd) GetStatus() GwStatusT

func (*DevGetOnOffStateRspInd) ProtoMessage

func (*DevGetOnOffStateRspInd) ProtoMessage()

func (*DevGetOnOffStateRspInd) Reset

func (m *DevGetOnOffStateRspInd) Reset()

func (*DevGetOnOffStateRspInd) String

func (m *DevGetOnOffStateRspInd) String() string

type DevGetPowerReq

type DevGetPowerReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=50" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetPowerReq) GetCmdId

func (m *DevGetPowerReq) GetCmdId() GwCmdIdT

func (*DevGetPowerReq) GetDstAddress

func (m *DevGetPowerReq) GetDstAddress() *GwAddressStructT

func (*DevGetPowerReq) ProtoMessage

func (*DevGetPowerReq) ProtoMessage()

func (*DevGetPowerReq) Reset

func (m *DevGetPowerReq) Reset()

func (*DevGetPowerReq) String

func (m *DevGetPowerReq) String() string

type DevGetPowerRspInd

type DevGetPowerRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=51" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	PowerValue       *uint32           `protobuf:"varint,5,req,name=powerValue" json:"powerValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetPowerRspInd) GetCmdId

func (m *DevGetPowerRspInd) GetCmdId() GwCmdIdT

func (*DevGetPowerRspInd) GetPowerValue

func (m *DevGetPowerRspInd) GetPowerValue() uint32

func (*DevGetPowerRspInd) GetSequenceNumber

func (m *DevGetPowerRspInd) GetSequenceNumber() uint32

func (*DevGetPowerRspInd) GetSrcAddress

func (m *DevGetPowerRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetPowerRspInd) GetStatus

func (m *DevGetPowerRspInd) GetStatus() GwStatusT

func (*DevGetPowerRspInd) ProtoMessage

func (*DevGetPowerRspInd) ProtoMessage()

func (*DevGetPowerRspInd) Reset

func (m *DevGetPowerRspInd) Reset()

func (*DevGetPowerRspInd) String

func (m *DevGetPowerRspInd) String() string

type DevGetTempReq

type DevGetTempReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=48" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetTempReq) GetCmdId

func (m *DevGetTempReq) GetCmdId() GwCmdIdT

func (*DevGetTempReq) GetDstAddress

func (m *DevGetTempReq) GetDstAddress() *GwAddressStructT

func (*DevGetTempReq) ProtoMessage

func (*DevGetTempReq) ProtoMessage()

func (*DevGetTempReq) Reset

func (m *DevGetTempReq) Reset()

func (*DevGetTempReq) String

func (m *DevGetTempReq) String() string

type DevGetTempRspInd

type DevGetTempRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=49" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	TemperatureValue *uint32           `protobuf:"varint,5,req,name=temperatureValue" json:"temperatureValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevGetTempRspInd) GetCmdId

func (m *DevGetTempRspInd) GetCmdId() GwCmdIdT

func (*DevGetTempRspInd) GetSequenceNumber

func (m *DevGetTempRspInd) GetSequenceNumber() uint32

func (*DevGetTempRspInd) GetSrcAddress

func (m *DevGetTempRspInd) GetSrcAddress() *GwAddressStructT

func (*DevGetTempRspInd) GetStatus

func (m *DevGetTempRspInd) GetStatus() GwStatusT

func (*DevGetTempRspInd) GetTemperatureValue

func (m *DevGetTempRspInd) GetTemperatureValue() uint32

func (*DevGetTempRspInd) ProtoMessage

func (*DevGetTempRspInd) ProtoMessage()

func (*DevGetTempRspInd) Reset

func (m *DevGetTempRspInd) Reset()

func (*DevGetTempRspInd) String

func (m *DevGetTempRspInd) String() string

type DevSetColorReq

type DevSetColorReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=45" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	HueValue         *uint32           `protobuf:"varint,3,req,name=hueValue" json:"hueValue,omitempty"`
	SaturationValue  *uint32           `protobuf:"varint,4,req,name=saturationValue" json:"saturationValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetColorReq) GetCmdId

func (m *DevSetColorReq) GetCmdId() GwCmdIdT

func (*DevSetColorReq) GetDstAddress

func (m *DevSetColorReq) GetDstAddress() *GwAddressStructT

func (*DevSetColorReq) GetHueValue

func (m *DevSetColorReq) GetHueValue() uint32

func (*DevSetColorReq) GetSaturationValue

func (m *DevSetColorReq) GetSaturationValue() uint32

func (*DevSetColorReq) ProtoMessage

func (*DevSetColorReq) ProtoMessage()

func (*DevSetColorReq) Reset

func (m *DevSetColorReq) Reset()

func (*DevSetColorReq) String

func (m *DevSetColorReq) String() string

type DevSetDoorLockReq

type DevSetDoorLockReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=54" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	LockMode         *GwLockModeT      `protobuf:"varint,3,req,name=lockMode,enum=GwLockModeT" json:"lockMode,omitempty"`
	PinCodeValue     []byte            `protobuf:"bytes,4,req,name=pinCodeValue" json:"pinCodeValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetDoorLockReq) GetCmdId

func (m *DevSetDoorLockReq) GetCmdId() GwCmdIdT

func (*DevSetDoorLockReq) GetDstAddress

func (m *DevSetDoorLockReq) GetDstAddress() *GwAddressStructT

func (*DevSetDoorLockReq) GetLockMode

func (m *DevSetDoorLockReq) GetLockMode() GwLockModeT

func (*DevSetDoorLockReq) GetPinCodeValue

func (m *DevSetDoorLockReq) GetPinCodeValue() []byte

func (*DevSetDoorLockReq) ProtoMessage

func (*DevSetDoorLockReq) ProtoMessage()

func (*DevSetDoorLockReq) Reset

func (m *DevSetDoorLockReq) Reset()

func (*DevSetDoorLockReq) String

func (m *DevSetDoorLockReq) String() string

type DevSetDoorLockRspInd

type DevSetDoorLockRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=55" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	LockMode         *GwLockModeT      `protobuf:"varint,5,req,name=lockMode,enum=GwLockModeT" json:"lockMode,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetDoorLockRspInd) GetCmdId

func (m *DevSetDoorLockRspInd) GetCmdId() GwCmdIdT

func (*DevSetDoorLockRspInd) GetLockMode

func (m *DevSetDoorLockRspInd) GetLockMode() GwLockModeT

func (*DevSetDoorLockRspInd) GetSequenceNumber

func (m *DevSetDoorLockRspInd) GetSequenceNumber() uint32

func (*DevSetDoorLockRspInd) GetSrcAddress

func (m *DevSetDoorLockRspInd) GetSrcAddress() *GwAddressStructT

func (*DevSetDoorLockRspInd) GetStatus

func (m *DevSetDoorLockRspInd) GetStatus() GwStatusT

func (*DevSetDoorLockRspInd) ProtoMessage

func (*DevSetDoorLockRspInd) ProtoMessage()

func (*DevSetDoorLockRspInd) Reset

func (m *DevSetDoorLockRspInd) Reset()

func (*DevSetDoorLockRspInd) String

func (m *DevSetDoorLockRspInd) String() string

type DevSetIdentifyModeReq

type DevSetIdentifyModeReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=38" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	IdentifyTime     *uint32           `protobuf:"varint,3,req,name=identifyTime" json:"identifyTime,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetIdentifyModeReq) GetCmdId

func (m *DevSetIdentifyModeReq) GetCmdId() GwCmdIdT

func (*DevSetIdentifyModeReq) GetDstAddress

func (m *DevSetIdentifyModeReq) GetDstAddress() *GwAddressStructT

func (*DevSetIdentifyModeReq) GetIdentifyTime

func (m *DevSetIdentifyModeReq) GetIdentifyTime() uint32

func (*DevSetIdentifyModeReq) ProtoMessage

func (*DevSetIdentifyModeReq) ProtoMessage()

func (*DevSetIdentifyModeReq) Reset

func (m *DevSetIdentifyModeReq) Reset()

func (*DevSetIdentifyModeReq) String

func (m *DevSetIdentifyModeReq) String() string

type DevSetLevelReq

type DevSetLevelReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=40" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	TransitionTime   *uint32           `protobuf:"varint,3,req,name=transitionTime" json:"transitionTime,omitempty"`
	LevelValue       *uint32           `protobuf:"varint,4,req,name=levelValue" json:"levelValue,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetLevelReq) GetCmdId

func (m *DevSetLevelReq) GetCmdId() GwCmdIdT

func (*DevSetLevelReq) GetDstAddress

func (m *DevSetLevelReq) GetDstAddress() *GwAddressStructT

func (*DevSetLevelReq) GetLevelValue

func (m *DevSetLevelReq) GetLevelValue() uint32

func (*DevSetLevelReq) GetTransitionTime

func (m *DevSetLevelReq) GetTransitionTime() uint32

func (*DevSetLevelReq) ProtoMessage

func (*DevSetLevelReq) ProtoMessage()

func (*DevSetLevelReq) Reset

func (m *DevSetLevelReq) Reset()

func (*DevSetLevelReq) String

func (m *DevSetLevelReq) String() string

type DevSetOnOffStateReq

type DevSetOnOffStateReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=39" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	State            *GwOnOffStateT    `protobuf:"varint,3,req,name=state,enum=GwOnOffStateT" json:"state,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevSetOnOffStateReq) GetCmdId

func (m *DevSetOnOffStateReq) GetCmdId() GwCmdIdT

func (*DevSetOnOffStateReq) GetDstAddress

func (m *DevSetOnOffStateReq) GetDstAddress() *GwAddressStructT

func (*DevSetOnOffStateReq) GetState

func (m *DevSetOnOffStateReq) GetState() GwOnOffStateT

func (*DevSetOnOffStateReq) ProtoMessage

func (*DevSetOnOffStateReq) ProtoMessage()

func (*DevSetOnOffStateReq) Reset

func (m *DevSetOnOffStateReq) Reset()

func (*DevSetOnOffStateReq) String

func (m *DevSetOnOffStateReq) String() string

type DevThermostatSetpointChangeReq

type DevThermostatSetpointChangeReq struct {
	CmdId            *GwCmdIdT                  `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=58" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT          `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	Mode             *GwThermostatSetpointModeT `protobuf:"varint,3,req,name=mode,enum=GwThermostatSetpointModeT" json:"mode,omitempty"`
	Amount           *int32                     `protobuf:"varint,4,req,name=amount" json:"amount,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*DevThermostatSetpointChangeReq) GetAmount

func (m *DevThermostatSetpointChangeReq) GetAmount() int32

func (*DevThermostatSetpointChangeReq) GetCmdId

func (*DevThermostatSetpointChangeReq) GetDstAddress

func (*DevThermostatSetpointChangeReq) GetMode

func (*DevThermostatSetpointChangeReq) ProtoMessage

func (*DevThermostatSetpointChangeReq) ProtoMessage()

func (*DevThermostatSetpointChangeReq) Reset

func (m *DevThermostatSetpointChangeReq) Reset()

func (*DevThermostatSetpointChangeReq) String

type DevWindowCoveringActionReq

type DevWindowCoveringActionReq struct {
	CmdId            *GwCmdIdT                `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=59" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT        `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	Action           *GwWindowCoveringActionT `protobuf:"varint,3,req,name=action,enum=GwWindowCoveringActionT" json:"action,omitempty"`
	Value            *uint32                  `protobuf:"varint,4,opt,name=value" json:"value,omitempty"`
	Percentage       *uint32                  `protobuf:"varint,5,opt,name=percentage" json:"percentage,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*DevWindowCoveringActionReq) GetAction

func (*DevWindowCoveringActionReq) GetCmdId

func (m *DevWindowCoveringActionReq) GetCmdId() GwCmdIdT

func (*DevWindowCoveringActionReq) GetDstAddress

func (m *DevWindowCoveringActionReq) GetDstAddress() *GwAddressStructT

func (*DevWindowCoveringActionReq) GetPercentage

func (m *DevWindowCoveringActionReq) GetPercentage() uint32

func (*DevWindowCoveringActionReq) GetValue

func (m *DevWindowCoveringActionReq) GetValue() uint32

func (*DevWindowCoveringActionReq) ProtoMessage

func (*DevWindowCoveringActionReq) ProtoMessage()

func (*DevWindowCoveringActionReq) Reset

func (m *DevWindowCoveringActionReq) Reset()

func (*DevWindowCoveringActionReq) String

func (m *DevWindowCoveringActionReq) String() string

type DevZoneEnrollmentReqInd

type DevZoneEnrollmentReqInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=27" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	ManufacturerCode *uint32           `protobuf:"varint,4,req,name=manufacturerCode" json:"manufacturerCode,omitempty"`
	ZoneType         *GwZoneTypeT      `protobuf:"varint,5,req,name=zoneType,enum=GwZoneTypeT" json:"zoneType,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevZoneEnrollmentReqInd) GetCmdId

func (m *DevZoneEnrollmentReqInd) GetCmdId() GwCmdIdT

func (*DevZoneEnrollmentReqInd) GetManufacturerCode

func (m *DevZoneEnrollmentReqInd) GetManufacturerCode() uint32

func (*DevZoneEnrollmentReqInd) GetSequenceNumber

func (m *DevZoneEnrollmentReqInd) GetSequenceNumber() uint32

func (*DevZoneEnrollmentReqInd) GetSrcAddress

func (m *DevZoneEnrollmentReqInd) GetSrcAddress() *GwAddressStructT

func (*DevZoneEnrollmentReqInd) GetZoneType

func (m *DevZoneEnrollmentReqInd) GetZoneType() GwZoneTypeT

func (*DevZoneEnrollmentReqInd) ProtoMessage

func (*DevZoneEnrollmentReqInd) ProtoMessage()

func (*DevZoneEnrollmentReqInd) Reset

func (m *DevZoneEnrollmentReqInd) Reset()

func (*DevZoneEnrollmentReqInd) String

func (m *DevZoneEnrollmentReqInd) String() string

type DevZoneEnrollmentRsp

type DevZoneEnrollmentRsp struct {
	CmdId                  *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=28" json:"cmdId,omitempty"`
	SequenceNumber         *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	DstAddress             *GwAddressStructT `protobuf:"bytes,3,req,name=dstAddress" json:"dstAddress,omitempty"`
	EnrollmentResponseCode *GwEnrollRspCodeT `protobuf:"varint,4,req,name=enrollmentResponseCode,enum=GwEnrollRspCodeT" json:"enrollmentResponseCode,omitempty"`
	ZoneId                 *uint32           `protobuf:"varint,5,req,name=zoneId" json:"zoneId,omitempty"`
	XXX_unrecognized       []byte            `json:"-"`
}

func (*DevZoneEnrollmentRsp) GetCmdId

func (m *DevZoneEnrollmentRsp) GetCmdId() GwCmdIdT

func (*DevZoneEnrollmentRsp) GetDstAddress

func (m *DevZoneEnrollmentRsp) GetDstAddress() *GwAddressStructT

func (*DevZoneEnrollmentRsp) GetEnrollmentResponseCode

func (m *DevZoneEnrollmentRsp) GetEnrollmentResponseCode() GwEnrollRspCodeT

func (*DevZoneEnrollmentRsp) GetSequenceNumber

func (m *DevZoneEnrollmentRsp) GetSequenceNumber() uint32

func (*DevZoneEnrollmentRsp) GetZoneId

func (m *DevZoneEnrollmentRsp) GetZoneId() uint32

func (*DevZoneEnrollmentRsp) ProtoMessage

func (*DevZoneEnrollmentRsp) ProtoMessage()

func (*DevZoneEnrollmentRsp) Reset

func (m *DevZoneEnrollmentRsp) Reset()

func (*DevZoneEnrollmentRsp) String

func (m *DevZoneEnrollmentRsp) String() string

type DevZoneStatusChangeInd

type DevZoneStatusChangeInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=29" json:"cmdId,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=srcAddress" json:"srcAddress,omitempty"`
	ZoneStatus       *uint32           `protobuf:"varint,3,req,name=zoneStatus" json:"zoneStatus,omitempty"`
	ExtendedStatus   *uint32           `protobuf:"varint,4,req,name=extendedStatus" json:"extendedStatus,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*DevZoneStatusChangeInd) GetCmdId

func (m *DevZoneStatusChangeInd) GetCmdId() GwCmdIdT

func (*DevZoneStatusChangeInd) GetExtendedStatus

func (m *DevZoneStatusChangeInd) GetExtendedStatus() uint32

func (*DevZoneStatusChangeInd) GetSrcAddress

func (m *DevZoneStatusChangeInd) GetSrcAddress() *GwAddressStructT

func (*DevZoneStatusChangeInd) GetZoneStatus

func (m *DevZoneStatusChangeInd) GetZoneStatus() uint32

func (*DevZoneStatusChangeInd) ProtoMessage

func (*DevZoneStatusChangeInd) ProtoMessage()

func (*DevZoneStatusChangeInd) Reset

func (m *DevZoneStatusChangeInd) Reset()

func (*DevZoneStatusChangeInd) String

func (m *DevZoneStatusChangeInd) String() string

type GwAddGroupReq

type GwAddGroupReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=2" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,req,name=groupId" json:"groupId,omitempty"`
	GroupName        *string           `protobuf:"bytes,4,req,name=groupName" json:"groupName,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwAddGroupReq) GetCmdId

func (m *GwAddGroupReq) GetCmdId() GwCmdIdT

func (*GwAddGroupReq) GetDstAddress

func (m *GwAddGroupReq) GetDstAddress() *GwAddressStructT

func (*GwAddGroupReq) GetGroupId

func (m *GwAddGroupReq) GetGroupId() uint32

func (*GwAddGroupReq) GetGroupName

func (m *GwAddGroupReq) GetGroupName() string

func (*GwAddGroupReq) ProtoMessage

func (*GwAddGroupReq) ProtoMessage()

func (*GwAddGroupReq) Reset

func (m *GwAddGroupReq) Reset()

func (*GwAddGroupReq) String

func (m *GwAddGroupReq) String() string

type GwAddressStructT

type GwAddressStructT struct {
	// Depending on gwAddressType_t, one of shortAddr or extAddr should be used
	AddressType      *GwAddressTypeT `protobuf:"varint,1,req,name=addressType,enum=GwAddressTypeT" json:"addressType,omitempty"`
	IeeeAddr         *uint64         `protobuf:"fixed64,2,opt,name=ieeeAddr" json:"ieeeAddr,omitempty"`
	GroupAddr        *uint32         `protobuf:"varint,3,opt,name=groupAddr" json:"groupAddr,omitempty"`
	BroadcastAddr    *uint32         `protobuf:"varint,4,opt,name=broadcastAddr" json:"broadcastAddr,omitempty"`
	EndpointId       *uint32         `protobuf:"varint,5,opt,name=endpointId" json:"endpointId,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*GwAddressStructT) GetAddressType

func (m *GwAddressStructT) GetAddressType() GwAddressTypeT

func (*GwAddressStructT) GetBroadcastAddr

func (m *GwAddressStructT) GetBroadcastAddr() uint32

func (*GwAddressStructT) GetEndpointId

func (m *GwAddressStructT) GetEndpointId() uint32

func (*GwAddressStructT) GetGroupAddr

func (m *GwAddressStructT) GetGroupAddr() uint32

func (*GwAddressStructT) GetIeeeAddr

func (m *GwAddressStructT) GetIeeeAddr() uint64

func (*GwAddressStructT) ProtoMessage

func (*GwAddressStructT) ProtoMessage()

func (*GwAddressStructT) Reset

func (m *GwAddressStructT) Reset()

func (*GwAddressStructT) String

func (m *GwAddressStructT) String() string

type GwAddressTypeT

type GwAddressTypeT int32
const (
	GwAddressTypeT_UNICAST   GwAddressTypeT = 0
	GwAddressTypeT_GROUPCAST GwAddressTypeT = 1
	GwAddressTypeT_BROADCAST GwAddressTypeT = 2
	GwAddressTypeT_NONE      GwAddressTypeT = 3
)

func (GwAddressTypeT) Enum

func (x GwAddressTypeT) Enum() *GwAddressTypeT

func (GwAddressTypeT) String

func (x GwAddressTypeT) String() string

func (*GwAddressTypeT) UnmarshalJSON

func (x *GwAddressTypeT) UnmarshalJSON(data []byte) error

type GwAlarmInd

type GwAlarmInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=25" json:"cmdId,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=srcAddress" json:"srcAddress,omitempty"`
	AlarmCode        *uint32           `protobuf:"varint,3,req,name=alarmCode" json:"alarmCode,omitempty"`
	ClusterId        *uint32           `protobuf:"varint,4,req,name=clusterId" json:"clusterId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwAlarmInd) GetAlarmCode

func (m *GwAlarmInd) GetAlarmCode() uint32

func (*GwAlarmInd) GetClusterId

func (m *GwAlarmInd) GetClusterId() uint32

func (*GwAlarmInd) GetCmdId

func (m *GwAlarmInd) GetCmdId() GwCmdIdT

func (*GwAlarmInd) GetSrcAddress

func (m *GwAlarmInd) GetSrcAddress() *GwAddressStructT

func (*GwAlarmInd) ProtoMessage

func (*GwAlarmInd) ProtoMessage()

func (*GwAlarmInd) Reset

func (m *GwAlarmInd) Reset()

func (*GwAlarmInd) String

func (m *GwAlarmInd) String() string

type GwAlarmResetReq

type GwAlarmResetReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=26" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	AlarmCode        *uint32           `protobuf:"varint,3,opt,name=alarmCode" json:"alarmCode,omitempty"`
	ClusterId        *uint32           `protobuf:"varint,4,opt,name=clusterId" json:"clusterId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwAlarmResetReq) GetAlarmCode

func (m *GwAlarmResetReq) GetAlarmCode() uint32

func (*GwAlarmResetReq) GetClusterId

func (m *GwAlarmResetReq) GetClusterId() uint32

func (*GwAlarmResetReq) GetCmdId

func (m *GwAlarmResetReq) GetCmdId() GwCmdIdT

func (*GwAlarmResetReq) GetDstAddress

func (m *GwAlarmResetReq) GetDstAddress() *GwAddressStructT

func (*GwAlarmResetReq) ProtoMessage

func (*GwAlarmResetReq) ProtoMessage()

func (*GwAlarmResetReq) Reset

func (m *GwAlarmResetReq) Reset()

func (*GwAlarmResetReq) String

func (m *GwAlarmResetReq) String() string

type GwArmModeRspT

type GwArmModeRspT int32
const (
	GwArmModeRspT_ALL_ZONES_DISARMED           GwArmModeRspT = 0
	GwArmModeRspT_ONLY_DAY_HOME_ZONES_ARMED    GwArmModeRspT = 1
	GwArmModeRspT_ONLY_NIGHT_SLEEP_ZONES_ARMED GwArmModeRspT = 2
	GwArmModeRspT_ALL_ZONES_ARMED              GwArmModeRspT = 3
)

func (GwArmModeRspT) Enum

func (x GwArmModeRspT) Enum() *GwArmModeRspT

func (GwArmModeRspT) String

func (x GwArmModeRspT) String() string

func (*GwArmModeRspT) UnmarshalJSON

func (x *GwArmModeRspT) UnmarshalJSON(data []byte) error

type GwArmModeT

type GwArmModeT int32
const (
	GwArmModeT_DISARM                     GwArmModeT = 0
	GwArmModeT_ARM_DAY_HOME_ZONES_ONLY    GwArmModeT = 1
	GwArmModeT_ARM_NIGHT_SLEEP_ZONES_ONLY GwArmModeT = 2
	GwArmModeT_ARM_ALL_ZONES              GwArmModeT = 3
)

func (GwArmModeT) Enum

func (x GwArmModeT) Enum() *GwArmModeT

func (GwArmModeT) String

func (x GwArmModeT) String() string

func (*GwArmModeT) UnmarshalJSON

func (x *GwArmModeT) UnmarshalJSON(data []byte) error

type GwAttributeChangeInd

type GwAttributeChangeInd struct {
	CmdId            *GwCmdIdT                 `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=13" json:"cmdId,omitempty"`
	EndpointId       *uint32                   `protobuf:"varint,2,req,name=endpointId" json:"endpointId,omitempty"`
	ClusterId        *uint32                   `protobuf:"varint,3,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeId      *uint32                   `protobuf:"varint,4,req,name=attributeId" json:"attributeId,omitempty"`
	AttributeType    *GwZclAttributeDataTypesT `protobuf:"varint,5,req,name=attributeType,enum=GwZclAttributeDataTypesT" json:"attributeType,omitempty"`
	AttributeValue   []byte                    `protobuf:"bytes,6,req,name=attributeValue" json:"attributeValue,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*GwAttributeChangeInd) GetAttributeId

func (m *GwAttributeChangeInd) GetAttributeId() uint32

func (*GwAttributeChangeInd) GetAttributeType

func (m *GwAttributeChangeInd) GetAttributeType() GwZclAttributeDataTypesT

func (*GwAttributeChangeInd) GetAttributeValue

func (m *GwAttributeChangeInd) GetAttributeValue() []byte

func (*GwAttributeChangeInd) GetClusterId

func (m *GwAttributeChangeInd) GetClusterId() uint32

func (*GwAttributeChangeInd) GetCmdId

func (m *GwAttributeChangeInd) GetCmdId() GwCmdIdT

func (*GwAttributeChangeInd) GetEndpointId

func (m *GwAttributeChangeInd) GetEndpointId() uint32

func (*GwAttributeChangeInd) ProtoMessage

func (*GwAttributeChangeInd) ProtoMessage()

func (*GwAttributeChangeInd) Reset

func (m *GwAttributeChangeInd) Reset()

func (*GwAttributeChangeInd) String

func (m *GwAttributeChangeInd) String() string

type GwAttributeRecordT

type GwAttributeRecordT struct {
	AttributeId      *uint32                   `protobuf:"varint,1,req,name=attributeId" json:"attributeId,omitempty"`
	AttributeType    *GwZclAttributeDataTypesT `protobuf:"varint,2,req,name=attributeType,enum=GwZclAttributeDataTypesT" json:"attributeType,omitempty"`
	AttributeValue   []byte                    `protobuf:"bytes,3,req,name=attributeValue" json:"attributeValue,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*GwAttributeRecordT) GetAttributeId

func (m *GwAttributeRecordT) GetAttributeId() uint32

func (*GwAttributeRecordT) GetAttributeType

func (m *GwAttributeRecordT) GetAttributeType() GwZclAttributeDataTypesT

func (*GwAttributeRecordT) GetAttributeValue

func (m *GwAttributeRecordT) GetAttributeValue() []byte

func (*GwAttributeRecordT) ProtoMessage

func (*GwAttributeRecordT) ProtoMessage()

func (*GwAttributeRecordT) Reset

func (m *GwAttributeRecordT) Reset()

func (*GwAttributeRecordT) String

func (m *GwAttributeRecordT) String() string

type GwAttributeReportConfigT

type GwAttributeReportConfigT struct {
	Status           *GwStatusT `protobuf:"varint,1,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	AttributeId      *uint32    `protobuf:"varint,2,req,name=attributeId" json:"attributeId,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*GwAttributeReportConfigT) GetAttributeId

func (m *GwAttributeReportConfigT) GetAttributeId() uint32

func (*GwAttributeReportConfigT) GetStatus

func (m *GwAttributeReportConfigT) GetStatus() GwStatusT

func (*GwAttributeReportConfigT) ProtoMessage

func (*GwAttributeReportConfigT) ProtoMessage()

func (*GwAttributeReportConfigT) Reset

func (m *GwAttributeReportConfigT) Reset()

func (*GwAttributeReportConfigT) String

func (m *GwAttributeReportConfigT) String() string

type GwAttributeReportT

type GwAttributeReportT struct {
	AttributeId       *uint32                   `protobuf:"varint,1,req,name=attributeId" json:"attributeId,omitempty"`
	AttributeType     *GwZclAttributeDataTypesT `protobuf:"varint,2,req,name=attributeType,enum=GwZclAttributeDataTypesT" json:"attributeType,omitempty"`
	MinReportInterval *uint32                   `protobuf:"varint,3,req,name=minReportInterval" json:"minReportInterval,omitempty"`
	MaxReportInterval *uint32                   `protobuf:"varint,4,req,name=maxReportInterval" json:"maxReportInterval,omitempty"`
	ReportableChange  *uint32                   `protobuf:"varint,5,opt,name=reportableChange" json:"reportableChange,omitempty"`
	XXX_unrecognized  []byte                    `json:"-"`
}

func (*GwAttributeReportT) GetAttributeId

func (m *GwAttributeReportT) GetAttributeId() uint32

func (*GwAttributeReportT) GetAttributeType

func (m *GwAttributeReportT) GetAttributeType() GwZclAttributeDataTypesT

func (*GwAttributeReportT) GetMaxReportInterval

func (m *GwAttributeReportT) GetMaxReportInterval() uint32

func (*GwAttributeReportT) GetMinReportInterval

func (m *GwAttributeReportT) GetMinReportInterval() uint32

func (*GwAttributeReportT) GetReportableChange

func (m *GwAttributeReportT) GetReportableChange() uint32

func (*GwAttributeReportT) ProtoMessage

func (*GwAttributeReportT) ProtoMessage()

func (*GwAttributeReportT) Reset

func (m *GwAttributeReportT) Reset()

func (*GwAttributeReportT) String

func (m *GwAttributeReportT) String() string

type GwAttributeReportingInd

type GwAttributeReportingInd struct {
	CmdId               *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=22" json:"cmdId,omitempty"`
	Status              *GwStatusT            `protobuf:"varint,2,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress          *GwAddressStructT     `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	ClusterId           *uint32               `protobuf:"varint,4,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeRecordList []*GwAttributeRecordT `protobuf:"bytes,5,rep,name=attributeRecordList" json:"attributeRecordList,omitempty"`
	XXX_unrecognized    []byte                `json:"-"`
}

func (*GwAttributeReportingInd) GetAttributeRecordList

func (m *GwAttributeReportingInd) GetAttributeRecordList() []*GwAttributeRecordT

func (*GwAttributeReportingInd) GetClusterId

func (m *GwAttributeReportingInd) GetClusterId() uint32

func (*GwAttributeReportingInd) GetCmdId

func (m *GwAttributeReportingInd) GetCmdId() GwCmdIdT

func (*GwAttributeReportingInd) GetSrcAddress

func (m *GwAttributeReportingInd) GetSrcAddress() *GwAddressStructT

func (*GwAttributeReportingInd) GetStatus

func (m *GwAttributeReportingInd) GetStatus() GwStatusT

func (*GwAttributeReportingInd) ProtoMessage

func (*GwAttributeReportingInd) ProtoMessage()

func (*GwAttributeReportingInd) Reset

func (m *GwAttributeReportingInd) Reset()

func (*GwAttributeReportingInd) String

func (m *GwAttributeReportingInd) String() string

type GwAttributeWriteStatusT

type GwAttributeWriteStatusT struct {
	Status           *uint32 `protobuf:"varint,1,req,name=status" json:"status,omitempty"`
	AttributeId      *uint32 `protobuf:"varint,2,req,name=attributeId" json:"attributeId,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*GwAttributeWriteStatusT) GetAttributeId

func (m *GwAttributeWriteStatusT) GetAttributeId() uint32

func (*GwAttributeWriteStatusT) GetStatus

func (m *GwAttributeWriteStatusT) GetStatus() uint32

func (*GwAttributeWriteStatusT) ProtoMessage

func (*GwAttributeWriteStatusT) ProtoMessage()

func (*GwAttributeWriteStatusT) Reset

func (m *GwAttributeWriteStatusT) Reset()

func (*GwAttributeWriteStatusT) String

func (m *GwAttributeWriteStatusT) String() string

type GwClientServerDirT

type GwClientServerDirT int32
const (
	GwClientServerDirT_CLIENT_TO_SERVER GwClientServerDirT = 0
	GwClientServerDirT_SERVER_TO_CLIENT GwClientServerDirT = 1
)

func (GwClientServerDirT) Enum

func (GwClientServerDirT) String

func (x GwClientServerDirT) String() string

func (*GwClientServerDirT) UnmarshalJSON

func (x *GwClientServerDirT) UnmarshalJSON(data []byte) error

type GwClusterListT

type GwClusterListT struct {
	ClusterId        *uint32  `protobuf:"varint,1,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeList    []uint32 `protobuf:"varint,2,rep,name=attributeList" json:"attributeList,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*GwClusterListT) GetAttributeList

func (m *GwClusterListT) GetAttributeList() []uint32

func (*GwClusterListT) GetClusterId

func (m *GwClusterListT) GetClusterId() uint32

func (*GwClusterListT) ProtoMessage

func (*GwClusterListT) ProtoMessage()

func (*GwClusterListT) Reset

func (m *GwClusterListT) Reset()

func (*GwClusterListT) String

func (m *GwClusterListT) String() string

type GwCmdIdT

type GwCmdIdT int32

Command IDs - each of these are associated with Request, Responses, Indications, and Confirm messages

const (
	GwCmdIdT_ZIGBEE_GENERIC_CNF                   GwCmdIdT = 0
	GwCmdIdT_ZIGBEE_GENERIC_RSP_IND               GwCmdIdT = 1
	GwCmdIdT_GW_ADD_GROUP_REQ                     GwCmdIdT = 2
	GwCmdIdT_GW_GET_GROUP_MEMBERSHIP_REQ          GwCmdIdT = 3
	GwCmdIdT_GW_GET_GROUP_MEMBERSHIP_RSP_IND      GwCmdIdT = 4
	GwCmdIdT_GW_REMOVE_FROM_GROUP_REQ             GwCmdIdT = 5
	GwCmdIdT_GW_STORE_SCENE_REQ                   GwCmdIdT = 6
	GwCmdIdT_GW_REMOVE_SCENE_REQ                  GwCmdIdT = 7
	GwCmdIdT_GW_RECALL_SCENE_REQ                  GwCmdIdT = 8
	GwCmdIdT_GW_GET_SCENE_MEMBERSHIP_REQ          GwCmdIdT = 9
	GwCmdIdT_GW_GET_SCENE_MEMBERSHIP_RSP_IND      GwCmdIdT = 10
	GwCmdIdT_GW_SLEEPY_DEVICE_PACKET_PENDING_REQ  GwCmdIdT = 11
	GwCmdIdT_GW_SLEEPY_DEVICE_CHECK_IN_IND        GwCmdIdT = 12
	GwCmdIdT_GW_ATTRIBUTE_CHANGE_IND              GwCmdIdT = 13
	GwCmdIdT_GW_GET_DEVICE_ATTRIBUTE_LIST_REQ     GwCmdIdT = 14
	GwCmdIdT_GW_GET_DEVICE_ATTRIBUTE_LIST_RSP_IND GwCmdIdT = 15
	GwCmdIdT_GW_READ_DEVICE_ATTRIBUTE_REQ         GwCmdIdT = 16
	GwCmdIdT_GW_READ_DEVICE_ATTRIBUTE_RSP_IND     GwCmdIdT = 17
	GwCmdIdT_GW_WRITE_DEVICE_ATTRIBUTE_REQ        GwCmdIdT = 18
	GwCmdIdT_GW_WRITE_DEVICE_ATTRIBUTE_RSP_IND    GwCmdIdT = 19
	GwCmdIdT_GW_SET_ATTRIBUTE_REPORTING_REQ       GwCmdIdT = 20
	GwCmdIdT_GW_SET_ATTRIBUTE_REPORTING_RSP_IND   GwCmdIdT = 21
	GwCmdIdT_GW_ATTRIBUTE_REPORTING_IND           GwCmdIdT = 22
	GwCmdIdT_GW_SEND_ZCL_FRAME_REQ                GwCmdIdT = 23
	GwCmdIdT_GW_ZCL_FRAME_RECEIVE_IND             GwCmdIdT = 24
	GwCmdIdT_GW_ALARM_IND                         GwCmdIdT = 25
	GwCmdIdT_GW_ALARM_RESET_REQ                   GwCmdIdT = 26
	GwCmdIdT_DEV_ZONE_ENROLLMENT_REQ_IND          GwCmdIdT = 27
	GwCmdIdT_DEV_ZONE_ENROLLMENT_RSP              GwCmdIdT = 28
	GwCmdIdT_DEV_ZONE_STATUS_CHANGE_IND           GwCmdIdT = 29
	GwCmdIdT_DEV_ACE_ARM_REQ_IND                  GwCmdIdT = 30
	GwCmdIdT_DEV_ACE_ARM_RSP                      GwCmdIdT = 31
	GwCmdIdT_DEV_ACE_BYPASS_IND                   GwCmdIdT = 32
	GwCmdIdT_DEV_ACE_EMERGENCY_CONDITION_IND      GwCmdIdT = 33
	GwCmdIdT_DEV_ACE_GET_ZONE_ID_MAP_REQ_IND      GwCmdIdT = 34
	GwCmdIdT_DEV_ACE_GET_ZONE_ID_MAP_RSP          GwCmdIdT = 35
	GwCmdIdT_DEV_ACE_GET_ZONE_INFORMATION_REQ_IND GwCmdIdT = 36
	GwCmdIdT_DEV_ACE_GET_ZONE_INFORMATION_RSP     GwCmdIdT = 37
	GwCmdIdT_DEV_SET_IDENTIFY_MODE_REQ            GwCmdIdT = 38
	GwCmdIdT_DEV_SET_ONOFF_STATE_REQ              GwCmdIdT = 39
	GwCmdIdT_DEV_SET_LEVEL_REQ                    GwCmdIdT = 40
	GwCmdIdT_DEV_GET_LEVEL_REQ                    GwCmdIdT = 41
	GwCmdIdT_DEV_GET_LEVEL_RSP_IND                GwCmdIdT = 42
	GwCmdIdT_DEV_GET_ONOFF_STATE_REQ              GwCmdIdT = 43
	GwCmdIdT_DEV_GET_ONOFF_STATE_RSP_IND          GwCmdIdT = 44
	GwCmdIdT_DEV_SET_COLOR_REQ                    GwCmdIdT = 45
	GwCmdIdT_DEV_GET_COLOR_REQ                    GwCmdIdT = 46
	GwCmdIdT_DEV_GET_COLOR_RSP_IND                GwCmdIdT = 47
	GwCmdIdT_DEV_GET_TEMP_REQ                     GwCmdIdT = 48
	GwCmdIdT_DEV_GET_TEMP_RSP_IND                 GwCmdIdT = 49
	GwCmdIdT_DEV_GET_POWER_REQ                    GwCmdIdT = 50
	GwCmdIdT_DEV_GET_POWER_RSP_IND                GwCmdIdT = 51
	GwCmdIdT_DEV_GET_HUMIDITY_REQ                 GwCmdIdT = 52
	GwCmdIdT_DEV_GET_HUMIDITY_RSP_IND             GwCmdIdT = 53
	GwCmdIdT_DEV_SET_DOOR_LOCK_REQ                GwCmdIdT = 54
	GwCmdIdT_DEV_SET_DOOR_LOCK_RSP_IND            GwCmdIdT = 55
	GwCmdIdT_DEV_GET_DOOR_LOCK_STATE_REQ          GwCmdIdT = 56
	GwCmdIdT_DEV_GET_DOOR_LOCK_STATE_RSP_IND      GwCmdIdT = 57
	GwCmdIdT_DEV_THERMOSTAT_SETPOINT_CHANGE_REQ   GwCmdIdT = 58
	GwCmdIdT_DEV_WINDOW_COVERING_ACTION_REQ       GwCmdIdT = 59
)
const Default_DevAceArmReqInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_ARM_REQ_IND
const Default_DevAceArmRsp_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_ARM_RSP
const Default_DevAceBypassInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_BYPASS_IND
const Default_DevAceEmergencyConditionInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_EMERGENCY_CONDITION_IND
const Default_DevAceGetZoneIdMapReqInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_GET_ZONE_ID_MAP_REQ_IND
const Default_DevAceGetZoneIdMapRsp_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_GET_ZONE_ID_MAP_RSP
const Default_DevAceGetZoneInformationReqInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_GET_ZONE_INFORMATION_REQ_IND
const Default_DevAceGetZoneInformationRsp_CmdId GwCmdIdT = GwCmdIdT_DEV_ACE_GET_ZONE_INFORMATION_RSP
const Default_DevGetColorReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_COLOR_REQ
const Default_DevGetColorRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_COLOR_RSP_IND
const Default_DevGetDoorLockStateReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_DOOR_LOCK_STATE_REQ
const Default_DevGetDoorLockStateRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_DOOR_LOCK_STATE_RSP_IND
const Default_DevGetHumidityReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_HUMIDITY_REQ
const Default_DevGetHumidityRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_HUMIDITY_RSP_IND
const Default_DevGetLevelReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_LEVEL_REQ
const Default_DevGetLevelRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_LEVEL_RSP_IND
const Default_DevGetOnOffStateReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_ONOFF_STATE_REQ
const Default_DevGetOnOffStateRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_ONOFF_STATE_RSP_IND
const Default_DevGetPowerReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_POWER_REQ
const Default_DevGetPowerRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_POWER_RSP_IND
const Default_DevGetTempReq_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_TEMP_REQ
const Default_DevGetTempRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_GET_TEMP_RSP_IND
const Default_DevSetColorReq_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_COLOR_REQ
const Default_DevSetDoorLockReq_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_DOOR_LOCK_REQ
const Default_DevSetDoorLockRspInd_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_DOOR_LOCK_RSP_IND
const Default_DevSetIdentifyModeReq_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_IDENTIFY_MODE_REQ
const Default_DevSetLevelReq_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_LEVEL_REQ
const Default_DevSetOnOffStateReq_CmdId GwCmdIdT = GwCmdIdT_DEV_SET_ONOFF_STATE_REQ
const Default_DevThermostatSetpointChangeReq_CmdId GwCmdIdT = GwCmdIdT_DEV_THERMOSTAT_SETPOINT_CHANGE_REQ
const Default_DevWindowCoveringActionReq_CmdId GwCmdIdT = GwCmdIdT_DEV_WINDOW_COVERING_ACTION_REQ
const Default_DevZoneEnrollmentReqInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ZONE_ENROLLMENT_REQ_IND
const Default_DevZoneEnrollmentRsp_CmdId GwCmdIdT = GwCmdIdT_DEV_ZONE_ENROLLMENT_RSP
const Default_DevZoneStatusChangeInd_CmdId GwCmdIdT = GwCmdIdT_DEV_ZONE_STATUS_CHANGE_IND
const Default_GwAddGroupReq_CmdId GwCmdIdT = GwCmdIdT_GW_ADD_GROUP_REQ
const Default_GwAlarmInd_CmdId GwCmdIdT = GwCmdIdT_GW_ALARM_IND
const Default_GwAlarmResetReq_CmdId GwCmdIdT = GwCmdIdT_GW_ALARM_RESET_REQ
const Default_GwAttributeChangeInd_CmdId GwCmdIdT = GwCmdIdT_GW_ATTRIBUTE_CHANGE_IND
const Default_GwAttributeReportingInd_CmdId GwCmdIdT = GwCmdIdT_GW_ATTRIBUTE_REPORTING_IND
const Default_GwGetDeviceAttributeListReq_CmdId GwCmdIdT = GwCmdIdT_GW_GET_DEVICE_ATTRIBUTE_LIST_REQ
const Default_GwGetDeviceAttributeListRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_GET_DEVICE_ATTRIBUTE_LIST_RSP_IND
const Default_GwGetGroupMembershipReq_CmdId GwCmdIdT = GwCmdIdT_GW_GET_GROUP_MEMBERSHIP_REQ
const Default_GwGetGroupMembershipRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_GET_GROUP_MEMBERSHIP_RSP_IND
const Default_GwGetSceneMembershipReq_CmdId GwCmdIdT = GwCmdIdT_GW_GET_SCENE_MEMBERSHIP_REQ
const Default_GwGetSceneMembershipRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_GET_SCENE_MEMBERSHIP_RSP_IND
const Default_GwReadDeviceAttributeReq_CmdId GwCmdIdT = GwCmdIdT_GW_READ_DEVICE_ATTRIBUTE_REQ
const Default_GwReadDeviceAttributeRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_READ_DEVICE_ATTRIBUTE_RSP_IND
const Default_GwRecallSceneReq_CmdId GwCmdIdT = GwCmdIdT_GW_RECALL_SCENE_REQ
const Default_GwRemoveFromGroupReq_CmdId GwCmdIdT = GwCmdIdT_GW_REMOVE_FROM_GROUP_REQ
const Default_GwRemoveSceneReq_CmdId GwCmdIdT = GwCmdIdT_GW_REMOVE_SCENE_REQ
const Default_GwSendZclFrameReq_CmdId GwCmdIdT = GwCmdIdT_GW_SEND_ZCL_FRAME_REQ
const Default_GwSetAttributeReportingReq_CmdId GwCmdIdT = GwCmdIdT_GW_SET_ATTRIBUTE_REPORTING_REQ
const Default_GwSetAttributeReportingRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_SET_ATTRIBUTE_REPORTING_RSP_IND
const Default_GwSleepyDeviceCheckInInd_CmdId GwCmdIdT = GwCmdIdT_GW_SLEEPY_DEVICE_CHECK_IN_IND
const Default_GwSleepyDevicePacketPendingReq_CmdId GwCmdIdT = GwCmdIdT_GW_SLEEPY_DEVICE_PACKET_PENDING_REQ
const Default_GwStoreSceneReq_CmdId GwCmdIdT = GwCmdIdT_GW_STORE_SCENE_REQ
const Default_GwWriteDeviceAttributeReq_CmdId GwCmdIdT = GwCmdIdT_GW_WRITE_DEVICE_ATTRIBUTE_REQ
const Default_GwWriteDeviceAttributeRspInd_CmdId GwCmdIdT = GwCmdIdT_GW_WRITE_DEVICE_ATTRIBUTE_RSP_IND
const Default_GwZclFrameReceiveInd_CmdId GwCmdIdT = GwCmdIdT_GW_ZCL_FRAME_RECEIVE_IND
const Default_GwZigbeeGenericCnf_CmdId GwCmdIdT = GwCmdIdT_ZIGBEE_GENERIC_CNF
const Default_GwZigbeeGenericRspInd_CmdId GwCmdIdT = GwCmdIdT_ZIGBEE_GENERIC_RSP_IND

func (GwCmdIdT) Enum

func (x GwCmdIdT) Enum() *GwCmdIdT

func (GwCmdIdT) String

func (x GwCmdIdT) String() string

func (*GwCmdIdT) UnmarshalJSON

func (x *GwCmdIdT) UnmarshalJSON(data []byte) error

type GwDeviceStatusT

type GwDeviceStatusT int32
const (
	GwDeviceStatusT_DEVICE_OFFLINE GwDeviceStatusT = 0
	GwDeviceStatusT_DEVICE_ONLINE  GwDeviceStatusT = 1
	GwDeviceStatusT_DEVICE_REMOVED GwDeviceStatusT = 2
	GwDeviceStatusT_NOT_APPLICABLE GwDeviceStatusT = 255
)

func (GwDeviceStatusT) Enum

func (x GwDeviceStatusT) Enum() *GwDeviceStatusT

func (GwDeviceStatusT) String

func (x GwDeviceStatusT) String() string

func (*GwDeviceStatusT) UnmarshalJSON

func (x *GwDeviceStatusT) UnmarshalJSON(data []byte) error

type GwDisableDefaultRspT

type GwDisableDefaultRspT int32
const (
	GwDisableDefaultRspT_DEFAULT_RSP_ENABLED  GwDisableDefaultRspT = 0
	GwDisableDefaultRspT_DEFAULT_RSP_DISABLED GwDisableDefaultRspT = 1
)

func (GwDisableDefaultRspT) Enum

func (GwDisableDefaultRspT) String

func (x GwDisableDefaultRspT) String() string

func (*GwDisableDefaultRspT) UnmarshalJSON

func (x *GwDisableDefaultRspT) UnmarshalJSON(data []byte) error

type GwDoorStateT

type GwDoorStateT int32
const (
	GwDoorStateT_DOOR_OPEN        GwDoorStateT = 0
	GwDoorStateT_DOOR_CLOSED      GwDoorStateT = 1
	GwDoorStateT_DOOR_JAMMED      GwDoorStateT = 2
	GwDoorStateT_DOOR_FORCED_OPEN GwDoorStateT = 3
)

func (GwDoorStateT) Enum

func (x GwDoorStateT) Enum() *GwDoorStateT

func (GwDoorStateT) String

func (x GwDoorStateT) String() string

func (*GwDoorStateT) UnmarshalJSON

func (x *GwDoorStateT) UnmarshalJSON(data []byte) error

type GwEmergencyCondTypeT

type GwEmergencyCondTypeT int32
const (
	GwEmergencyCondTypeT_EMERGENCY GwEmergencyCondTypeT = 2
	GwEmergencyCondTypeT_FIRE      GwEmergencyCondTypeT = 3
	GwEmergencyCondTypeT_PANIC     GwEmergencyCondTypeT = 4
)

func (GwEmergencyCondTypeT) Enum

func (GwEmergencyCondTypeT) String

func (x GwEmergencyCondTypeT) String() string

func (*GwEmergencyCondTypeT) UnmarshalJSON

func (x *GwEmergencyCondTypeT) UnmarshalJSON(data []byte) error

type GwEnrollRspCodeT

type GwEnrollRspCodeT int32
const (
	GwEnrollRspCodeT_ZONE_ENROLL_SUCCESS  GwEnrollRspCodeT = 0
	GwEnrollRspCodeT_ZONE_NOT_SUPPORTED   GwEnrollRspCodeT = 1
	GwEnrollRspCodeT_ZONE_NOT_PERMITTED   GwEnrollRspCodeT = 2
	GwEnrollRspCodeT_ZONE_ENROLLMENT_FULL GwEnrollRspCodeT = 3
)

func (GwEnrollRspCodeT) Enum

func (GwEnrollRspCodeT) String

func (x GwEnrollRspCodeT) String() string

func (*GwEnrollRspCodeT) UnmarshalJSON

func (x *GwEnrollRspCodeT) UnmarshalJSON(data []byte) error

type GwExecutionTimingTypeT

type GwExecutionTimingTypeT int32
const (
	GwExecutionTimingTypeT_EXECUTE_IMMEDIATELY        GwExecutionTimingTypeT = 0
	GwExecutionTimingTypeT_EXECUTE_DELAY_IS_SPECIFIED GwExecutionTimingTypeT = 1
	GwExecutionTimingTypeT_EXECUTE_TIME_IS_SPECIFIED  GwExecutionTimingTypeT = 2
	GwExecutionTimingTypeT_HOLD_EXECUTION             GwExecutionTimingTypeT = 3
	GwExecutionTimingTypeT_NO_CHANGE                  GwExecutionTimingTypeT = 255
)

func (GwExecutionTimingTypeT) Enum

func (GwExecutionTimingTypeT) String

func (x GwExecutionTimingTypeT) String() string

func (*GwExecutionTimingTypeT) UnmarshalJSON

func (x *GwExecutionTimingTypeT) UnmarshalJSON(data []byte) error

type GwFrameTypeT

type GwFrameTypeT int32
const (
	GwFrameTypeT_FRAME_VALID_ACCROSS_PROFILE GwFrameTypeT = 0
	GwFrameTypeT_FRAME_CLUSTER_SPECIFIC      GwFrameTypeT = 1
)

func (GwFrameTypeT) Enum

func (x GwFrameTypeT) Enum() *GwFrameTypeT

func (GwFrameTypeT) String

func (x GwFrameTypeT) String() string

func (*GwFrameTypeT) UnmarshalJSON

func (x *GwFrameTypeT) UnmarshalJSON(data []byte) error

type GwGetDeviceAttributeListReq

type GwGetDeviceAttributeListReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=14" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetDeviceAttributeListReq) GetCmdId

func (m *GwGetDeviceAttributeListReq) GetCmdId() GwCmdIdT

func (*GwGetDeviceAttributeListReq) GetDstAddress

func (m *GwGetDeviceAttributeListReq) GetDstAddress() *GwAddressStructT

func (*GwGetDeviceAttributeListReq) ProtoMessage

func (*GwGetDeviceAttributeListReq) ProtoMessage()

func (*GwGetDeviceAttributeListReq) Reset

func (m *GwGetDeviceAttributeListReq) Reset()

func (*GwGetDeviceAttributeListReq) String

func (m *GwGetDeviceAttributeListReq) String() string

type GwGetDeviceAttributeListRspInd

type GwGetDeviceAttributeListRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=15" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	ClusterList      []*GwClusterListT `protobuf:"bytes,5,rep,name=clusterList" json:"clusterList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetDeviceAttributeListRspInd) GetClusterList

func (m *GwGetDeviceAttributeListRspInd) GetClusterList() []*GwClusterListT

func (*GwGetDeviceAttributeListRspInd) GetCmdId

func (*GwGetDeviceAttributeListRspInd) GetSequenceNumber

func (m *GwGetDeviceAttributeListRspInd) GetSequenceNumber() uint32

func (*GwGetDeviceAttributeListRspInd) GetSrcAddress

func (*GwGetDeviceAttributeListRspInd) GetStatus

func (*GwGetDeviceAttributeListRspInd) ProtoMessage

func (*GwGetDeviceAttributeListRspInd) ProtoMessage()

func (*GwGetDeviceAttributeListRspInd) Reset

func (m *GwGetDeviceAttributeListRspInd) Reset()

func (*GwGetDeviceAttributeListRspInd) String

type GwGetGroupMembershipReq

type GwGetGroupMembershipReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=3" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetGroupMembershipReq) GetCmdId

func (m *GwGetGroupMembershipReq) GetCmdId() GwCmdIdT

func (*GwGetGroupMembershipReq) GetDstAddress

func (m *GwGetGroupMembershipReq) GetDstAddress() *GwAddressStructT

func (*GwGetGroupMembershipReq) ProtoMessage

func (*GwGetGroupMembershipReq) ProtoMessage()

func (*GwGetGroupMembershipReq) Reset

func (m *GwGetGroupMembershipReq) Reset()

func (*GwGetGroupMembershipReq) String

func (m *GwGetGroupMembershipReq) String() string

type GwGetGroupMembershipRspInd

type GwGetGroupMembershipRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=4" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	Capacity         *uint32           `protobuf:"varint,5,req,name=capacity" json:"capacity,omitempty"`
	GroupList        []uint32          `protobuf:"varint,6,rep,name=groupList" json:"groupList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetGroupMembershipRspInd) GetCapacity

func (m *GwGetGroupMembershipRspInd) GetCapacity() uint32

func (*GwGetGroupMembershipRspInd) GetCmdId

func (m *GwGetGroupMembershipRspInd) GetCmdId() GwCmdIdT

func (*GwGetGroupMembershipRspInd) GetGroupList

func (m *GwGetGroupMembershipRspInd) GetGroupList() []uint32

func (*GwGetGroupMembershipRspInd) GetSequenceNumber

func (m *GwGetGroupMembershipRspInd) GetSequenceNumber() uint32

func (*GwGetGroupMembershipRspInd) GetSrcAddress

func (m *GwGetGroupMembershipRspInd) GetSrcAddress() *GwAddressStructT

func (*GwGetGroupMembershipRspInd) GetStatus

func (m *GwGetGroupMembershipRspInd) GetStatus() GwStatusT

func (*GwGetGroupMembershipRspInd) ProtoMessage

func (*GwGetGroupMembershipRspInd) ProtoMessage()

func (*GwGetGroupMembershipRspInd) Reset

func (m *GwGetGroupMembershipRspInd) Reset()

func (*GwGetGroupMembershipRspInd) String

func (m *GwGetGroupMembershipRspInd) String() string

type GwGetSceneMembershipReq

type GwGetSceneMembershipReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=9" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,req,name=groupId" json:"groupId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetSceneMembershipReq) GetCmdId

func (m *GwGetSceneMembershipReq) GetCmdId() GwCmdIdT

func (*GwGetSceneMembershipReq) GetDstAddress

func (m *GwGetSceneMembershipReq) GetDstAddress() *GwAddressStructT

func (*GwGetSceneMembershipReq) GetGroupId

func (m *GwGetSceneMembershipReq) GetGroupId() uint32

func (*GwGetSceneMembershipReq) ProtoMessage

func (*GwGetSceneMembershipReq) ProtoMessage()

func (*GwGetSceneMembershipReq) Reset

func (m *GwGetSceneMembershipReq) Reset()

func (*GwGetSceneMembershipReq) String

func (m *GwGetSceneMembershipReq) String() string

type GwGetSceneMembershipRspInd

type GwGetSceneMembershipRspInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=10" json:"cmdId,omitempty"`
	SequenceNumber   *uint32           `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT        `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	Capacity         *uint32           `protobuf:"varint,5,req,name=capacity" json:"capacity,omitempty"`
	GroupId          *uint32           `protobuf:"varint,6,req,name=groupId" json:"groupId,omitempty"`
	SceneList        []byte            `protobuf:"bytes,7,req,name=sceneList" json:"sceneList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwGetSceneMembershipRspInd) GetCapacity

func (m *GwGetSceneMembershipRspInd) GetCapacity() uint32

func (*GwGetSceneMembershipRspInd) GetCmdId

func (m *GwGetSceneMembershipRspInd) GetCmdId() GwCmdIdT

func (*GwGetSceneMembershipRspInd) GetGroupId

func (m *GwGetSceneMembershipRspInd) GetGroupId() uint32

func (*GwGetSceneMembershipRspInd) GetSceneList

func (m *GwGetSceneMembershipRspInd) GetSceneList() []byte

func (*GwGetSceneMembershipRspInd) GetSequenceNumber

func (m *GwGetSceneMembershipRspInd) GetSequenceNumber() uint32

func (*GwGetSceneMembershipRspInd) GetSrcAddress

func (m *GwGetSceneMembershipRspInd) GetSrcAddress() *GwAddressStructT

func (*GwGetSceneMembershipRspInd) GetStatus

func (m *GwGetSceneMembershipRspInd) GetStatus() GwStatusT

func (*GwGetSceneMembershipRspInd) ProtoMessage

func (*GwGetSceneMembershipRspInd) ProtoMessage()

func (*GwGetSceneMembershipRspInd) Reset

func (m *GwGetSceneMembershipRspInd) Reset()

func (*GwGetSceneMembershipRspInd) String

func (m *GwGetSceneMembershipRspInd) String() string

type GwImageNotificationT

type GwImageNotificationT int32
const (
	GwImageNotificationT_DONT_SEND_NOTIFICATION GwImageNotificationT = 0
	GwImageNotificationT_BROADCAST_NOTIFICATION GwImageNotificationT = 1
	GwImageNotificationT_UNICAST_NOTIFICATION   GwImageNotificationT = 2
)

func (GwImageNotificationT) Enum

func (GwImageNotificationT) String

func (x GwImageNotificationT) String() string

func (*GwImageNotificationT) UnmarshalJSON

func (x *GwImageNotificationT) UnmarshalJSON(data []byte) error

type GwImageUpdateModeT

type GwImageUpdateModeT int32
const (
	GwImageUpdateModeT_OTA_DOWNLOAD_ENABLED      GwImageUpdateModeT = 0
	GwImageUpdateModeT_NEW_OTA_DOWNLOADS_DISABLE GwImageUpdateModeT = 1
	GwImageUpdateModeT_OTA_DOWNLOAD_DISABLE      GwImageUpdateModeT = 2
)

func (GwImageUpdateModeT) Enum

func (GwImageUpdateModeT) String

func (x GwImageUpdateModeT) String() string

func (*GwImageUpdateModeT) UnmarshalJSON

func (x *GwImageUpdateModeT) UnmarshalJSON(data []byte) error

type GwLockModeT

type GwLockModeT int32
const (
	GwLockModeT_LOCK_MODE_LOCK   GwLockModeT = 0
	GwLockModeT_LOCK_MODE_UNLOCK GwLockModeT = 1
)

func (GwLockModeT) Enum

func (x GwLockModeT) Enum() *GwLockModeT

func (GwLockModeT) String

func (x GwLockModeT) String() string

func (*GwLockModeT) UnmarshalJSON

func (x *GwLockModeT) UnmarshalJSON(data []byte) error

type GwLockStateT

type GwLockStateT int32
const (
	GwLockStateT_LOCK_NOT_FULLY_LOCKED GwLockStateT = 0
	GwLockStateT_LOCK_LOCKED           GwLockStateT = 1
	GwLockStateT_LOCK_UNLOCKED         GwLockStateT = 2
)

func (GwLockStateT) Enum

func (x GwLockStateT) Enum() *GwLockStateT

func (GwLockStateT) String

func (x GwLockStateT) String() string

func (*GwLockStateT) UnmarshalJSON

func (x *GwLockStateT) UnmarshalJSON(data []byte) error

type GwMfrSpecificFlagT

type GwMfrSpecificFlagT int32
const (
	GwMfrSpecificFlagT_NON_MFR_SPECIFIC GwMfrSpecificFlagT = 0
	GwMfrSpecificFlagT_MFR_SPECIFIC     GwMfrSpecificFlagT = 1
)

func (GwMfrSpecificFlagT) Enum

func (GwMfrSpecificFlagT) String

func (x GwMfrSpecificFlagT) String() string

func (*GwMfrSpecificFlagT) UnmarshalJSON

func (x *GwMfrSpecificFlagT) UnmarshalJSON(data []byte) error

type GwOnOffStateT

type GwOnOffStateT int32
const (
	GwOnOffStateT_OFF_STATE    GwOnOffStateT = 0
	GwOnOffStateT_ON_STATE     GwOnOffStateT = 1
	GwOnOffStateT_TOGGLE_STATE GwOnOffStateT = 2
)

func (GwOnOffStateT) Enum

func (x GwOnOffStateT) Enum() *GwOnOffStateT

func (GwOnOffStateT) String

func (x GwOnOffStateT) String() string

func (*GwOnOffStateT) UnmarshalJSON

func (x *GwOnOffStateT) UnmarshalJSON(data []byte) error

type GwOnOffStateValueT

type GwOnOffStateValueT int32
const (
	GwOnOffStateValueT_OFF GwOnOffStateValueT = 0
	GwOnOffStateValueT_ON  GwOnOffStateValueT = 1
)

func (GwOnOffStateValueT) Enum

func (GwOnOffStateValueT) String

func (x GwOnOffStateValueT) String() string

func (*GwOnOffStateValueT) UnmarshalJSON

func (x *GwOnOffStateValueT) UnmarshalJSON(data []byte) error

type GwQualityOfServiceT

type GwQualityOfServiceT int32
const (
	GwQualityOfServiceT_APS_NOT_ACK GwQualityOfServiceT = 0
	GwQualityOfServiceT_APS_ACK     GwQualityOfServiceT = 1
)

func (GwQualityOfServiceT) Enum

func (GwQualityOfServiceT) String

func (x GwQualityOfServiceT) String() string

func (*GwQualityOfServiceT) UnmarshalJSON

func (x *GwQualityOfServiceT) UnmarshalJSON(data []byte) error

type GwReadDeviceAttributeReq

type GwReadDeviceAttributeReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=16" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	ClusterId        *uint32           `protobuf:"varint,3,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeList    []uint32          `protobuf:"varint,4,rep,name=attributeList" json:"attributeList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwReadDeviceAttributeReq) GetAttributeList

func (m *GwReadDeviceAttributeReq) GetAttributeList() []uint32

func (*GwReadDeviceAttributeReq) GetClusterId

func (m *GwReadDeviceAttributeReq) GetClusterId() uint32

func (*GwReadDeviceAttributeReq) GetCmdId

func (m *GwReadDeviceAttributeReq) GetCmdId() GwCmdIdT

func (*GwReadDeviceAttributeReq) GetDstAddress

func (m *GwReadDeviceAttributeReq) GetDstAddress() *GwAddressStructT

func (*GwReadDeviceAttributeReq) ProtoMessage

func (*GwReadDeviceAttributeReq) ProtoMessage()

func (*GwReadDeviceAttributeReq) Reset

func (m *GwReadDeviceAttributeReq) Reset()

func (*GwReadDeviceAttributeReq) String

func (m *GwReadDeviceAttributeReq) String() string

type GwReadDeviceAttributeRspInd

type GwReadDeviceAttributeRspInd struct {
	CmdId               *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=17" json:"cmdId,omitempty"`
	SequenceNumber      *uint32               `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status              *GwStatusT            `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress          *GwAddressStructT     `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	ClusterId           *uint32               `protobuf:"varint,5,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeRecordList []*GwAttributeRecordT `protobuf:"bytes,6,rep,name=attributeRecordList" json:"attributeRecordList,omitempty"`
	XXX_unrecognized    []byte                `json:"-"`
}

func (*GwReadDeviceAttributeRspInd) GetAttributeRecordList

func (m *GwReadDeviceAttributeRspInd) GetAttributeRecordList() []*GwAttributeRecordT

func (*GwReadDeviceAttributeRspInd) GetClusterId

func (m *GwReadDeviceAttributeRspInd) GetClusterId() uint32

func (*GwReadDeviceAttributeRspInd) GetCmdId

func (m *GwReadDeviceAttributeRspInd) GetCmdId() GwCmdIdT

func (*GwReadDeviceAttributeRspInd) GetSequenceNumber

func (m *GwReadDeviceAttributeRspInd) GetSequenceNumber() uint32

func (*GwReadDeviceAttributeRspInd) GetSrcAddress

func (m *GwReadDeviceAttributeRspInd) GetSrcAddress() *GwAddressStructT

func (*GwReadDeviceAttributeRspInd) GetStatus

func (m *GwReadDeviceAttributeRspInd) GetStatus() GwStatusT

func (*GwReadDeviceAttributeRspInd) ProtoMessage

func (*GwReadDeviceAttributeRspInd) ProtoMessage()

func (*GwReadDeviceAttributeRspInd) Reset

func (m *GwReadDeviceAttributeRspInd) Reset()

func (*GwReadDeviceAttributeRspInd) String

func (m *GwReadDeviceAttributeRspInd) String() string

type GwRecallSceneReq

type GwRecallSceneReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=8" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,req,name=groupId" json:"groupId,omitempty"`
	SceneId          *uint32           `protobuf:"varint,4,req,name=sceneId" json:"sceneId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwRecallSceneReq) GetCmdId

func (m *GwRecallSceneReq) GetCmdId() GwCmdIdT

func (*GwRecallSceneReq) GetDstAddress

func (m *GwRecallSceneReq) GetDstAddress() *GwAddressStructT

func (*GwRecallSceneReq) GetGroupId

func (m *GwRecallSceneReq) GetGroupId() uint32

func (*GwRecallSceneReq) GetSceneId

func (m *GwRecallSceneReq) GetSceneId() uint32

func (*GwRecallSceneReq) ProtoMessage

func (*GwRecallSceneReq) ProtoMessage()

func (*GwRecallSceneReq) Reset

func (m *GwRecallSceneReq) Reset()

func (*GwRecallSceneReq) String

func (m *GwRecallSceneReq) String() string

type GwRegisterUnregisterT

type GwRegisterUnregisterT int32
const (
	GwRegisterUnregisterT_UNREGISTER_EXISTING_IMAGE GwRegisterUnregisterT = 0
	GwRegisterUnregisterT_REGISTER_NEW_IMAGE        GwRegisterUnregisterT = 1
)

func (GwRegisterUnregisterT) Enum

func (GwRegisterUnregisterT) String

func (x GwRegisterUnregisterT) String() string

func (*GwRegisterUnregisterT) UnmarshalJSON

func (x *GwRegisterUnregisterT) UnmarshalJSON(data []byte) error

type GwRemoveFromGroupReq

type GwRemoveFromGroupReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=5" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,opt,name=groupId" json:"groupId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwRemoveFromGroupReq) GetCmdId

func (m *GwRemoveFromGroupReq) GetCmdId() GwCmdIdT

func (*GwRemoveFromGroupReq) GetDstAddress

func (m *GwRemoveFromGroupReq) GetDstAddress() *GwAddressStructT

func (*GwRemoveFromGroupReq) GetGroupId

func (m *GwRemoveFromGroupReq) GetGroupId() uint32

func (*GwRemoveFromGroupReq) ProtoMessage

func (*GwRemoveFromGroupReq) ProtoMessage()

func (*GwRemoveFromGroupReq) Reset

func (m *GwRemoveFromGroupReq) Reset()

func (*GwRemoveFromGroupReq) String

func (m *GwRemoveFromGroupReq) String() string

type GwRemoveSceneReq

type GwRemoveSceneReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=7" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,req,name=groupId" json:"groupId,omitempty"`
	SceneId          *uint32           `protobuf:"varint,4,req,name=sceneId" json:"sceneId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwRemoveSceneReq) GetCmdId

func (m *GwRemoveSceneReq) GetCmdId() GwCmdIdT

func (*GwRemoveSceneReq) GetDstAddress

func (m *GwRemoveSceneReq) GetDstAddress() *GwAddressStructT

func (*GwRemoveSceneReq) GetGroupId

func (m *GwRemoveSceneReq) GetGroupId() uint32

func (*GwRemoveSceneReq) GetSceneId

func (m *GwRemoveSceneReq) GetSceneId() uint32

func (*GwRemoveSceneReq) ProtoMessage

func (*GwRemoveSceneReq) ProtoMessage()

func (*GwRemoveSceneReq) Reset

func (m *GwRemoveSceneReq) Reset()

func (*GwRemoveSceneReq) String

func (m *GwRemoveSceneReq) String() string

type GwSecurityOptionsT

type GwSecurityOptionsT int32
const (
	GwSecurityOptionsT_APS_SECURITY_DISABLED GwSecurityOptionsT = 0
	GwSecurityOptionsT_APS_SECURITY_ENABLED  GwSecurityOptionsT = 1
)

func (GwSecurityOptionsT) Enum

func (GwSecurityOptionsT) String

func (x GwSecurityOptionsT) String() string

func (*GwSecurityOptionsT) UnmarshalJSON

func (x *GwSecurityOptionsT) UnmarshalJSON(data []byte) error

type GwSendZclFrameReq

type GwSendZclFrameReq struct {
	CmdId                    *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=23" json:"cmdId,omitempty"`
	DstAddress               *GwAddressStructT     `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	EndpointIdSource         *uint32               `protobuf:"varint,3,req,name=endpointIdSource" json:"endpointIdSource,omitempty"`
	ProfileId                *uint32               `protobuf:"varint,4,req,name=profileId" json:"profileId,omitempty"`
	QualityOfService         *GwQualityOfServiceT  `protobuf:"varint,5,req,name=qualityOfService,enum=GwQualityOfServiceT" json:"qualityOfService,omitempty"`
	SecurityOptions          *GwSecurityOptionsT   `protobuf:"varint,6,req,name=securityOptions,enum=GwSecurityOptionsT" json:"securityOptions,omitempty"`
	ClusterId                *uint32               `protobuf:"varint,7,req,name=clusterId" json:"clusterId,omitempty"`
	FrameType                *GwFrameTypeT         `protobuf:"varint,8,req,name=frameType,enum=GwFrameTypeT" json:"frameType,omitempty"`
	ManufacturerSpecificFlag *GwMfrSpecificFlagT   `protobuf:"varint,9,req,name=manufacturerSpecificFlag,enum=GwMfrSpecificFlagT" json:"manufacturerSpecificFlag,omitempty"`
	ManufacturerCode         *uint32               `protobuf:"varint,10,opt,name=manufacturerCode" json:"manufacturerCode,omitempty"`
	ClientServerDirection    *GwClientServerDirT   `protobuf:"varint,11,req,name=clientServerDirection,enum=GwClientServerDirT" json:"clientServerDirection,omitempty"`
	DisableDefaultRsp        *GwDisableDefaultRspT `protobuf:"varint,12,req,name=disableDefaultRsp,enum=GwDisableDefaultRspT" json:"disableDefaultRsp,omitempty"`
	SequenceNumber           *uint32               `protobuf:"varint,13,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	CommandId                *uint32               `protobuf:"varint,14,req,name=commandId" json:"commandId,omitempty"`
	Payload                  []byte                `protobuf:"bytes,15,req,name=payload" json:"payload,omitempty"`
	XXX_unrecognized         []byte                `json:"-"`
}

func (*GwSendZclFrameReq) GetClientServerDirection

func (m *GwSendZclFrameReq) GetClientServerDirection() GwClientServerDirT

func (*GwSendZclFrameReq) GetClusterId

func (m *GwSendZclFrameReq) GetClusterId() uint32

func (*GwSendZclFrameReq) GetCmdId

func (m *GwSendZclFrameReq) GetCmdId() GwCmdIdT

func (*GwSendZclFrameReq) GetCommandId

func (m *GwSendZclFrameReq) GetCommandId() uint32

func (*GwSendZclFrameReq) GetDisableDefaultRsp

func (m *GwSendZclFrameReq) GetDisableDefaultRsp() GwDisableDefaultRspT

func (*GwSendZclFrameReq) GetDstAddress

func (m *GwSendZclFrameReq) GetDstAddress() *GwAddressStructT

func (*GwSendZclFrameReq) GetEndpointIdSource

func (m *GwSendZclFrameReq) GetEndpointIdSource() uint32

func (*GwSendZclFrameReq) GetFrameType

func (m *GwSendZclFrameReq) GetFrameType() GwFrameTypeT

func (*GwSendZclFrameReq) GetManufacturerCode

func (m *GwSendZclFrameReq) GetManufacturerCode() uint32

func (*GwSendZclFrameReq) GetManufacturerSpecificFlag

func (m *GwSendZclFrameReq) GetManufacturerSpecificFlag() GwMfrSpecificFlagT

func (*GwSendZclFrameReq) GetPayload

func (m *GwSendZclFrameReq) GetPayload() []byte

func (*GwSendZclFrameReq) GetProfileId

func (m *GwSendZclFrameReq) GetProfileId() uint32

func (*GwSendZclFrameReq) GetQualityOfService

func (m *GwSendZclFrameReq) GetQualityOfService() GwQualityOfServiceT

func (*GwSendZclFrameReq) GetSecurityOptions

func (m *GwSendZclFrameReq) GetSecurityOptions() GwSecurityOptionsT

func (*GwSendZclFrameReq) GetSequenceNumber

func (m *GwSendZclFrameReq) GetSequenceNumber() uint32

func (*GwSendZclFrameReq) ProtoMessage

func (*GwSendZclFrameReq) ProtoMessage()

func (*GwSendZclFrameReq) Reset

func (m *GwSendZclFrameReq) Reset()

func (*GwSendZclFrameReq) String

func (m *GwSendZclFrameReq) String() string

type GwSetAttributeReportingReq

type GwSetAttributeReportingReq struct {
	CmdId               *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=20" json:"cmdId,omitempty"`
	DstAddress          *GwAddressStructT     `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	ClusterId           *uint32               `protobuf:"varint,3,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeReportList []*GwAttributeReportT `protobuf:"bytes,4,rep,name=attributeReportList" json:"attributeReportList,omitempty"`
	XXX_unrecognized    []byte                `json:"-"`
}

func (*GwSetAttributeReportingReq) GetAttributeReportList

func (m *GwSetAttributeReportingReq) GetAttributeReportList() []*GwAttributeReportT

func (*GwSetAttributeReportingReq) GetClusterId

func (m *GwSetAttributeReportingReq) GetClusterId() uint32

func (*GwSetAttributeReportingReq) GetCmdId

func (m *GwSetAttributeReportingReq) GetCmdId() GwCmdIdT

func (*GwSetAttributeReportingReq) GetDstAddress

func (m *GwSetAttributeReportingReq) GetDstAddress() *GwAddressStructT

func (*GwSetAttributeReportingReq) ProtoMessage

func (*GwSetAttributeReportingReq) ProtoMessage()

func (*GwSetAttributeReportingReq) Reset

func (m *GwSetAttributeReportingReq) Reset()

func (*GwSetAttributeReportingReq) String

func (m *GwSetAttributeReportingReq) String() string

type GwSetAttributeReportingRspInd

type GwSetAttributeReportingRspInd struct {
	CmdId                     *GwCmdIdT                   `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=21" json:"cmdId,omitempty"`
	SequenceNumber            *uint32                     `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status                    *GwStatusT                  `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress                *GwAddressStructT           `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	ClusterId                 *uint32                     `protobuf:"varint,5,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeReportConfigList []*GwAttributeReportConfigT `protobuf:"bytes,6,rep,name=attributeReportConfigList" json:"attributeReportConfigList,omitempty"`
	XXX_unrecognized          []byte                      `json:"-"`
}

func (*GwSetAttributeReportingRspInd) GetAttributeReportConfigList

func (m *GwSetAttributeReportingRspInd) GetAttributeReportConfigList() []*GwAttributeReportConfigT

func (*GwSetAttributeReportingRspInd) GetClusterId

func (m *GwSetAttributeReportingRspInd) GetClusterId() uint32

func (*GwSetAttributeReportingRspInd) GetCmdId

func (*GwSetAttributeReportingRspInd) GetSequenceNumber

func (m *GwSetAttributeReportingRspInd) GetSequenceNumber() uint32

func (*GwSetAttributeReportingRspInd) GetSrcAddress

func (m *GwSetAttributeReportingRspInd) GetSrcAddress() *GwAddressStructT

func (*GwSetAttributeReportingRspInd) GetStatus

func (*GwSetAttributeReportingRspInd) ProtoMessage

func (*GwSetAttributeReportingRspInd) ProtoMessage()

func (*GwSetAttributeReportingRspInd) Reset

func (m *GwSetAttributeReportingRspInd) Reset()

func (*GwSetAttributeReportingRspInd) String

type GwSleepyDeviceCheckInInd

type GwSleepyDeviceCheckInInd struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=12" json:"cmdId,omitempty"`
	SrcAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=srcAddress" json:"srcAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwSleepyDeviceCheckInInd) GetCmdId

func (m *GwSleepyDeviceCheckInInd) GetCmdId() GwCmdIdT

func (*GwSleepyDeviceCheckInInd) GetSrcAddress

func (m *GwSleepyDeviceCheckInInd) GetSrcAddress() *GwAddressStructT

func (*GwSleepyDeviceCheckInInd) ProtoMessage

func (*GwSleepyDeviceCheckInInd) ProtoMessage()

func (*GwSleepyDeviceCheckInInd) Reset

func (m *GwSleepyDeviceCheckInInd) Reset()

func (*GwSleepyDeviceCheckInInd) String

func (m *GwSleepyDeviceCheckInInd) String() string

type GwSleepyDevicePacketPendingReq

type GwSleepyDevicePacketPendingReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=11" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwSleepyDevicePacketPendingReq) GetCmdId

func (*GwSleepyDevicePacketPendingReq) GetDstAddress

func (*GwSleepyDevicePacketPendingReq) ProtoMessage

func (*GwSleepyDevicePacketPendingReq) ProtoMessage()

func (*GwSleepyDevicePacketPendingReq) Reset

func (m *GwSleepyDevicePacketPendingReq) Reset()

func (*GwSleepyDevicePacketPendingReq) String

type GwStatusT

type GwStatusT int32
const (
	GwStatusT_STATUS_SUCCESS           GwStatusT = 0
	GwStatusT_STATUS_FAILURE           GwStatusT = 1
	GwStatusT_STATUS_BUSY              GwStatusT = 2
	GwStatusT_STATUS_INVALID_PARAMETER GwStatusT = 3
	GwStatusT_STATUS_TIMEOUT           GwStatusT = 4
)

func (GwStatusT) Enum

func (x GwStatusT) Enum() *GwStatusT

func (GwStatusT) String

func (x GwStatusT) String() string

func (*GwStatusT) UnmarshalJSON

func (x *GwStatusT) UnmarshalJSON(data []byte) error

type GwStoreSceneReq

type GwStoreSceneReq struct {
	CmdId            *GwCmdIdT         `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=6" json:"cmdId,omitempty"`
	DstAddress       *GwAddressStructT `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	GroupId          *uint32           `protobuf:"varint,3,req,name=groupId" json:"groupId,omitempty"`
	SceneId          *uint32           `protobuf:"varint,4,req,name=sceneId" json:"sceneId,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*GwStoreSceneReq) GetCmdId

func (m *GwStoreSceneReq) GetCmdId() GwCmdIdT

func (*GwStoreSceneReq) GetDstAddress

func (m *GwStoreSceneReq) GetDstAddress() *GwAddressStructT

func (*GwStoreSceneReq) GetGroupId

func (m *GwStoreSceneReq) GetGroupId() uint32

func (*GwStoreSceneReq) GetSceneId

func (m *GwStoreSceneReq) GetSceneId() uint32

func (*GwStoreSceneReq) ProtoMessage

func (*GwStoreSceneReq) ProtoMessage()

func (*GwStoreSceneReq) Reset

func (m *GwStoreSceneReq) Reset()

func (*GwStoreSceneReq) String

func (m *GwStoreSceneReq) String() string

type GwThermostatSetpointModeT

type GwThermostatSetpointModeT int32
const (
	GwThermostatSetpointModeT_HEAT_SETPOINT  GwThermostatSetpointModeT = 0
	GwThermostatSetpointModeT_COOL_SETPOINT  GwThermostatSetpointModeT = 1
	GwThermostatSetpointModeT_BOTH_SETPOINTS GwThermostatSetpointModeT = 2
)

func (GwThermostatSetpointModeT) Enum

func (GwThermostatSetpointModeT) String

func (x GwThermostatSetpointModeT) String() string

func (*GwThermostatSetpointModeT) UnmarshalJSON

func (x *GwThermostatSetpointModeT) UnmarshalJSON(data []byte) error

type GwWindowCoveringActionT

type GwWindowCoveringActionT int32
const (
	GwWindowCoveringActionT_WC_UP_OPEN            GwWindowCoveringActionT = 0
	GwWindowCoveringActionT_WC_DOWN_CLOSE         GwWindowCoveringActionT = 1
	GwWindowCoveringActionT_WC_STOP               GwWindowCoveringActionT = 2
	GwWindowCoveringActionT_WC_GO_TO_LIFT_VALUE   GwWindowCoveringActionT = 4
	GwWindowCoveringActionT_WC_GO_TO_LIFT_PERCENT GwWindowCoveringActionT = 5
	GwWindowCoveringActionT_WC_GO_TO_TILT_VALUE   GwWindowCoveringActionT = 7
	GwWindowCoveringActionT_WC_GO_TO_TILT_PERCENT GwWindowCoveringActionT = 8
)

func (GwWindowCoveringActionT) Enum

func (GwWindowCoveringActionT) String

func (x GwWindowCoveringActionT) String() string

func (*GwWindowCoveringActionT) UnmarshalJSON

func (x *GwWindowCoveringActionT) UnmarshalJSON(data []byte) error

type GwWriteDeviceAttributeReq

type GwWriteDeviceAttributeReq struct {
	CmdId               *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=18" json:"cmdId,omitempty"`
	DstAddress          *GwAddressStructT     `protobuf:"bytes,2,req,name=dstAddress" json:"dstAddress,omitempty"`
	ClusterId           *uint32               `protobuf:"varint,3,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeRecordList []*GwAttributeRecordT `protobuf:"bytes,4,rep,name=attributeRecordList" json:"attributeRecordList,omitempty"`
	XXX_unrecognized    []byte                `json:"-"`
}

func (*GwWriteDeviceAttributeReq) GetAttributeRecordList

func (m *GwWriteDeviceAttributeReq) GetAttributeRecordList() []*GwAttributeRecordT

func (*GwWriteDeviceAttributeReq) GetClusterId

func (m *GwWriteDeviceAttributeReq) GetClusterId() uint32

func (*GwWriteDeviceAttributeReq) GetCmdId

func (m *GwWriteDeviceAttributeReq) GetCmdId() GwCmdIdT

func (*GwWriteDeviceAttributeReq) GetDstAddress

func (m *GwWriteDeviceAttributeReq) GetDstAddress() *GwAddressStructT

func (*GwWriteDeviceAttributeReq) ProtoMessage

func (*GwWriteDeviceAttributeReq) ProtoMessage()

func (*GwWriteDeviceAttributeReq) Reset

func (m *GwWriteDeviceAttributeReq) Reset()

func (*GwWriteDeviceAttributeReq) String

func (m *GwWriteDeviceAttributeReq) String() string

type GwWriteDeviceAttributeRspInd

type GwWriteDeviceAttributeRspInd struct {
	CmdId                   *GwCmdIdT                  `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=19" json:"cmdId,omitempty"`
	SequenceNumber          *uint32                    `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status                  *GwStatusT                 `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SrcAddress              *GwAddressStructT          `protobuf:"bytes,4,req,name=srcAddress" json:"srcAddress,omitempty"`
	ClusterId               *uint32                    `protobuf:"varint,5,req,name=clusterId" json:"clusterId,omitempty"`
	AttributeWriteErrorList []*GwAttributeWriteStatusT `protobuf:"bytes,6,rep,name=attributeWriteErrorList" json:"attributeWriteErrorList,omitempty"`
	XXX_unrecognized        []byte                     `json:"-"`
}

func (*GwWriteDeviceAttributeRspInd) GetAttributeWriteErrorList

func (m *GwWriteDeviceAttributeRspInd) GetAttributeWriteErrorList() []*GwAttributeWriteStatusT

func (*GwWriteDeviceAttributeRspInd) GetClusterId

func (m *GwWriteDeviceAttributeRspInd) GetClusterId() uint32

func (*GwWriteDeviceAttributeRspInd) GetCmdId

func (m *GwWriteDeviceAttributeRspInd) GetCmdId() GwCmdIdT

func (*GwWriteDeviceAttributeRspInd) GetSequenceNumber

func (m *GwWriteDeviceAttributeRspInd) GetSequenceNumber() uint32

func (*GwWriteDeviceAttributeRspInd) GetSrcAddress

func (m *GwWriteDeviceAttributeRspInd) GetSrcAddress() *GwAddressStructT

func (*GwWriteDeviceAttributeRspInd) GetStatus

func (m *GwWriteDeviceAttributeRspInd) GetStatus() GwStatusT

func (*GwWriteDeviceAttributeRspInd) ProtoMessage

func (*GwWriteDeviceAttributeRspInd) ProtoMessage()

func (*GwWriteDeviceAttributeRspInd) Reset

func (m *GwWriteDeviceAttributeRspInd) Reset()

func (*GwWriteDeviceAttributeRspInd) String

type GwZclAttributeDataTypesT

type GwZclAttributeDataTypesT int32
const (
	GwZclAttributeDataTypesT_ZCL_DATATYPE_NO_DATA         GwZclAttributeDataTypesT = 0
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA8           GwZclAttributeDataTypesT = 8
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA16          GwZclAttributeDataTypesT = 9
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA24          GwZclAttributeDataTypesT = 10
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA32          GwZclAttributeDataTypesT = 11
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA40          GwZclAttributeDataTypesT = 12
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA48          GwZclAttributeDataTypesT = 13
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA56          GwZclAttributeDataTypesT = 14
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATA64          GwZclAttributeDataTypesT = 15
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BOOLEAN         GwZclAttributeDataTypesT = 16
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP8         GwZclAttributeDataTypesT = 24
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP16        GwZclAttributeDataTypesT = 25
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP24        GwZclAttributeDataTypesT = 26
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP32        GwZclAttributeDataTypesT = 27
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP40        GwZclAttributeDataTypesT = 28
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP48        GwZclAttributeDataTypesT = 29
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP56        GwZclAttributeDataTypesT = 30
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BITMAP64        GwZclAttributeDataTypesT = 31
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT8           GwZclAttributeDataTypesT = 32
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT16          GwZclAttributeDataTypesT = 33
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT24          GwZclAttributeDataTypesT = 34
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT32          GwZclAttributeDataTypesT = 35
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT40          GwZclAttributeDataTypesT = 36
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT48          GwZclAttributeDataTypesT = 37
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT56          GwZclAttributeDataTypesT = 38
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UINT64          GwZclAttributeDataTypesT = 39
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT8            GwZclAttributeDataTypesT = 40
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT16           GwZclAttributeDataTypesT = 41
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT24           GwZclAttributeDataTypesT = 42
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT32           GwZclAttributeDataTypesT = 43
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT40           GwZclAttributeDataTypesT = 44
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT48           GwZclAttributeDataTypesT = 45
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT56           GwZclAttributeDataTypesT = 46
	GwZclAttributeDataTypesT_ZCL_DATATYPE_INT64           GwZclAttributeDataTypesT = 47
	GwZclAttributeDataTypesT_ZCL_DATATYPE_ENUM8           GwZclAttributeDataTypesT = 48
	GwZclAttributeDataTypesT_ZCL_DATATYPE_ENUM16          GwZclAttributeDataTypesT = 49
	GwZclAttributeDataTypesT_ZCL_DATATYPE_SEMI_PREC       GwZclAttributeDataTypesT = 56
	GwZclAttributeDataTypesT_ZCL_DATATYPE_SINGLE_PREC     GwZclAttributeDataTypesT = 57
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DOUBLE_PREC     GwZclAttributeDataTypesT = 58
	GwZclAttributeDataTypesT_ZCL_DATATYPE_OCTET_STR       GwZclAttributeDataTypesT = 65
	GwZclAttributeDataTypesT_ZCL_DATATYPE_CHAR_STR        GwZclAttributeDataTypesT = 66
	GwZclAttributeDataTypesT_ZCL_DATATYPE_LONG_OCTET_STR  GwZclAttributeDataTypesT = 67
	GwZclAttributeDataTypesT_ZCL_DATATYPE_LONG_CHAR_STR   GwZclAttributeDataTypesT = 68
	GwZclAttributeDataTypesT_ZCL_DATATYPE_ARRAY           GwZclAttributeDataTypesT = 72
	GwZclAttributeDataTypesT_ZCL_DATATYPE_STRUCT          GwZclAttributeDataTypesT = 76
	GwZclAttributeDataTypesT_ZCL_DATATYPE_SET             GwZclAttributeDataTypesT = 80
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BAG             GwZclAttributeDataTypesT = 81
	GwZclAttributeDataTypesT_ZCL_DATATYPE_TOD             GwZclAttributeDataTypesT = 224
	GwZclAttributeDataTypesT_ZCL_DATATYPE_DATE            GwZclAttributeDataTypesT = 225
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UTC             GwZclAttributeDataTypesT = 226
	GwZclAttributeDataTypesT_ZCL_DATATYPE_CLUSTER_ID      GwZclAttributeDataTypesT = 232
	GwZclAttributeDataTypesT_ZCL_DATATYPE_ATTR_ID         GwZclAttributeDataTypesT = 233
	GwZclAttributeDataTypesT_ZCL_DATATYPE_BAC_OID         GwZclAttributeDataTypesT = 234
	GwZclAttributeDataTypesT_ZCL_DATATYPE_IEEE_ADDR       GwZclAttributeDataTypesT = 240
	GwZclAttributeDataTypesT_ZCL_DATATYPE_128_BIT_SEC_KEY GwZclAttributeDataTypesT = 241
	GwZclAttributeDataTypesT_ZCL_DATATYPE_UNKNOWN         GwZclAttributeDataTypesT = 255
)

func (GwZclAttributeDataTypesT) Enum

func (GwZclAttributeDataTypesT) String

func (x GwZclAttributeDataTypesT) String() string

func (*GwZclAttributeDataTypesT) UnmarshalJSON

func (x *GwZclAttributeDataTypesT) UnmarshalJSON(data []byte) error

type GwZclFrameReceiveInd

type GwZclFrameReceiveInd struct {
	CmdId                    *GwCmdIdT             `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=24" json:"cmdId,omitempty"`
	SequenceNumber           *uint32               `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	SrcAddress               *GwAddressStructT     `protobuf:"bytes,3,req,name=srcAddress" json:"srcAddress,omitempty"`
	ProfileId                *uint32               `protobuf:"varint,4,req,name=profileId" json:"profileId,omitempty"`
	EndpointIdDest           *uint32               `protobuf:"varint,5,req,name=endpointIdDest" json:"endpointIdDest,omitempty"`
	ClusterId                *uint32               `protobuf:"varint,6,req,name=clusterId" json:"clusterId,omitempty"`
	FrameType                *GwFrameTypeT         `protobuf:"varint,7,req,name=frameType,enum=GwFrameTypeT" json:"frameType,omitempty"`
	ManufacturerSpecificFlag *GwMfrSpecificFlagT   `protobuf:"varint,8,req,name=manufacturerSpecificFlag,enum=GwMfrSpecificFlagT" json:"manufacturerSpecificFlag,omitempty"`
	ManufacturerCode         *uint32               `protobuf:"varint,9,opt,name=manufacturerCode" json:"manufacturerCode,omitempty"`
	ClientServerDirection    *GwClientServerDirT   `protobuf:"varint,10,req,name=clientServerDirection,enum=GwClientServerDirT" json:"clientServerDirection,omitempty"`
	DisableDefaultRsp        *GwDisableDefaultRspT `protobuf:"varint,11,req,name=disableDefaultRsp,enum=GwDisableDefaultRspT" json:"disableDefaultRsp,omitempty"`
	CommandId                *uint32               `protobuf:"varint,12,req,name=commandId" json:"commandId,omitempty"`
	Payload                  []byte                `protobuf:"bytes,13,req,name=payload" json:"payload,omitempty"`
	XXX_unrecognized         []byte                `json:"-"`
}

func (*GwZclFrameReceiveInd) GetClientServerDirection

func (m *GwZclFrameReceiveInd) GetClientServerDirection() GwClientServerDirT

func (*GwZclFrameReceiveInd) GetClusterId

func (m *GwZclFrameReceiveInd) GetClusterId() uint32

func (*GwZclFrameReceiveInd) GetCmdId

func (m *GwZclFrameReceiveInd) GetCmdId() GwCmdIdT

func (*GwZclFrameReceiveInd) GetCommandId

func (m *GwZclFrameReceiveInd) GetCommandId() uint32

func (*GwZclFrameReceiveInd) GetDisableDefaultRsp

func (m *GwZclFrameReceiveInd) GetDisableDefaultRsp() GwDisableDefaultRspT

func (*GwZclFrameReceiveInd) GetEndpointIdDest

func (m *GwZclFrameReceiveInd) GetEndpointIdDest() uint32

func (*GwZclFrameReceiveInd) GetFrameType

func (m *GwZclFrameReceiveInd) GetFrameType() GwFrameTypeT

func (*GwZclFrameReceiveInd) GetManufacturerCode

func (m *GwZclFrameReceiveInd) GetManufacturerCode() uint32

func (*GwZclFrameReceiveInd) GetManufacturerSpecificFlag

func (m *GwZclFrameReceiveInd) GetManufacturerSpecificFlag() GwMfrSpecificFlagT

func (*GwZclFrameReceiveInd) GetPayload

func (m *GwZclFrameReceiveInd) GetPayload() []byte

func (*GwZclFrameReceiveInd) GetProfileId

func (m *GwZclFrameReceiveInd) GetProfileId() uint32

func (*GwZclFrameReceiveInd) GetSequenceNumber

func (m *GwZclFrameReceiveInd) GetSequenceNumber() uint32

func (*GwZclFrameReceiveInd) GetSrcAddress

func (m *GwZclFrameReceiveInd) GetSrcAddress() *GwAddressStructT

func (*GwZclFrameReceiveInd) ProtoMessage

func (*GwZclFrameReceiveInd) ProtoMessage()

func (*GwZclFrameReceiveInd) Reset

func (m *GwZclFrameReceiveInd) Reset()

func (*GwZclFrameReceiveInd) String

func (m *GwZclFrameReceiveInd) String() string

type GwZigbeeGenericCnf

type GwZigbeeGenericCnf struct {
	CmdId            *GwCmdIdT  `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=0" json:"cmdId,omitempty"`
	Status           *GwStatusT `protobuf:"varint,2,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	SequenceNumber   *uint32    `protobuf:"varint,3,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

ZIGBEE_GENERIC_CNF

func (*GwZigbeeGenericCnf) GetCmdId

func (m *GwZigbeeGenericCnf) GetCmdId() GwCmdIdT

func (*GwZigbeeGenericCnf) GetSequenceNumber

func (m *GwZigbeeGenericCnf) GetSequenceNumber() uint32

func (*GwZigbeeGenericCnf) GetStatus

func (m *GwZigbeeGenericCnf) GetStatus() GwStatusT

func (*GwZigbeeGenericCnf) ProtoMessage

func (*GwZigbeeGenericCnf) ProtoMessage()

func (*GwZigbeeGenericCnf) Reset

func (m *GwZigbeeGenericCnf) Reset()

func (*GwZigbeeGenericCnf) String

func (m *GwZigbeeGenericCnf) String() string

type GwZigbeeGenericRspInd

type GwZigbeeGenericRspInd struct {
	CmdId            *GwCmdIdT  `protobuf:"varint,1,req,name=cmdId,enum=GwCmdIdT,def=1" json:"cmdId,omitempty"`
	SequenceNumber   *uint32    `protobuf:"varint,2,req,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	Status           *GwStatusT `protobuf:"varint,3,req,name=status,enum=GwStatusT" json:"status,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*GwZigbeeGenericRspInd) GetCmdId

func (m *GwZigbeeGenericRspInd) GetCmdId() GwCmdIdT

func (*GwZigbeeGenericRspInd) GetSequenceNumber

func (m *GwZigbeeGenericRspInd) GetSequenceNumber() uint32

func (*GwZigbeeGenericRspInd) GetStatus

func (m *GwZigbeeGenericRspInd) GetStatus() GwStatusT

func (*GwZigbeeGenericRspInd) ProtoMessage

func (*GwZigbeeGenericRspInd) ProtoMessage()

func (*GwZigbeeGenericRspInd) Reset

func (m *GwZigbeeGenericRspInd) Reset()

func (*GwZigbeeGenericRspInd) String

func (m *GwZigbeeGenericRspInd) String() string

type GwZoneTypeT

type GwZoneTypeT int32
const (
	GwZoneTypeT_STANDARD_CIE              GwZoneTypeT = 0
	GwZoneTypeT_MOTION_SENSOR             GwZoneTypeT = 13
	GwZoneTypeT_CONTACT_SW                GwZoneTypeT = 21
	GwZoneTypeT_FIRE_SENSOR               GwZoneTypeT = 40
	GwZoneTypeT_WATER_SENSOR              GwZoneTypeT = 42
	GwZoneTypeT_GAS_SENSOR                GwZoneTypeT = 43
	GwZoneTypeT_PERSONAL_EMERGENCY_DEVICE GwZoneTypeT = 44
	GwZoneTypeT_VIBRATION_MOVEMENT_SENSOR GwZoneTypeT = 45
	GwZoneTypeT_REMOTE_CONTROL            GwZoneTypeT = 271
	GwZoneTypeT_KEY_FOB                   GwZoneTypeT = 277
	GwZoneTypeT_KEY_PAD                   GwZoneTypeT = 541
	GwZoneTypeT_STANDARD_WARNING_DEVICE   GwZoneTypeT = 549
	GwZoneTypeT_ZONE_UNALLOCATED          GwZoneTypeT = 65535
)

func (GwZoneTypeT) Enum

func (x GwZoneTypeT) Enum() *GwZoneTypeT

func (GwZoneTypeT) String

func (x GwZoneTypeT) String() string

func (*GwZoneTypeT) UnmarshalJSON

func (x *GwZoneTypeT) UnmarshalJSON(data []byte) error

type ZStackGwSysIdT

type ZStackGwSysIdT int32

MT System ID for Gateway Protobuf sub-system ID

const (
	ZStackGwSysIdT_RPC_SYS_PB_GW ZStackGwSysIdT = 19
)

func (ZStackGwSysIdT) Enum

func (x ZStackGwSysIdT) Enum() *ZStackGwSysIdT

func (ZStackGwSysIdT) String

func (x ZStackGwSysIdT) String() string

func (*ZStackGwSysIdT) UnmarshalJSON

func (x *ZStackGwSysIdT) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL