Пример #1
0
        public ZclCluster(ZigBeeEndpoint zigbeeEndpoint, ushort clusterId, string clusterName)
        {
            _attributes = InitializeAttributes();

            this._zigbeeEndpoint = zigbeeEndpoint;
            this._clusterId      = clusterId;
            this._clusterName    = clusterName;
            this._normalizer     = new ZclAttributeNormalizer();
        }