bind addtributes
This commit is contained in:
parent
b2ab548f31
commit
ff420fd303
@ -182,6 +182,7 @@ bool IntegrationPluginZigbeeGeneric::handleNode(ZigbeeNode *node, const QUuid &n
|
|||||||
case ZigbeeClusterIasZone::ZoneTypeContactSwitch:
|
case ZigbeeClusterIasZone::ZoneTypeContactSwitch:
|
||||||
qCInfo(dcZigbeeGeneric()) << "Creating contact switch thing";
|
qCInfo(dcZigbeeGeneric()) << "Creating contact switch thing";
|
||||||
createThing(doorSensorThingClassId, networkUuid, node, endpoint);
|
createThing(doorSensorThingClassId, networkUuid, node, endpoint);
|
||||||
|
initDoorSensor(node, endpoint);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
qCWarning(dcZigbeeGeneric()) << "Unhandled IAS Zone device type:" << "0x" + QString::number(iasZoneTypeRecord.dataType.toUInt16(), 16);
|
qCWarning(dcZigbeeGeneric()) << "Unhandled IAS Zone device type:" << "0x" + QString::number(iasZoneTypeRecord.dataType.toUInt16(), 16);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user