Search in sources :

Example 6 with ZclStatus

use of com.zsmartsystems.zigbee.zcl.ZclStatus in project com.zsmartsystems.zigbee by zsmartsystems.

the class SerializerIntegrationTest method testDeserialize_ZCL_STATUS.

@Test
public void testDeserialize_ZCL_STATUS() {
    ZclStatus valIn = ZclStatus.CALIBRATION_ERROR;
    testSerializer(valIn, ZclDataType.ZCL_STATUS);
}
Also used : ZclStatus(com.zsmartsystems.zigbee.zcl.ZclStatus) Test(org.junit.Test)

Aggregations

ZclStatus (com.zsmartsystems.zigbee.zcl.ZclStatus)6 CommandResult (com.zsmartsystems.zigbee.CommandResult)5 ZigBeeEndpoint (com.zsmartsystems.zigbee.ZigBeeEndpoint)5 ZclAttribute (com.zsmartsystems.zigbee.zcl.ZclAttribute)5 ZclCluster (com.zsmartsystems.zigbee.zcl.ZclCluster)5 ConfigureReportingResponse (com.zsmartsystems.zigbee.zcl.clusters.general.ConfigureReportingResponse)2 ReadAttributesResponse (com.zsmartsystems.zigbee.zcl.clusters.general.ReadAttributesResponse)2 WriteAttributesResponse (com.zsmartsystems.zigbee.zcl.clusters.general.WriteAttributesResponse)1 Test (org.junit.Test)1