From 793ba444d13e7b7e331ca69b9f75ddf5c9dcc5ac Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:33:15 +0100 Subject: [PATCH] Cleanup router basic attrs --- src/zigbee_router/config/zcl/zcl_config.zap | 112 -------------------- 1 file changed, 112 deletions(-) diff --git a/src/zigbee_router/config/zcl/zcl_config.zap b/src/zigbee_router/config/zcl/zcl_config.zap index 570c9faf..6a2aa48f 100644 --- a/src/zigbee_router/config/zcl/zcl_config.zap +++ b/src/zigbee_router/config/zcl/zcl_config.zap @@ -95,54 +95,6 @@ "maxInterval": 65534, "reportableChange": 0 }, - { - "name": "application version", - "code": 1, - "mfgCode": null, - "side": "server", - "type": "int8u", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "0", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, - { - "name": "stack version", - "code": 2, - "mfgCode": null, - "side": "server", - "type": "int8u", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "0", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, - { - "name": "hardware version", - "code": 3, - "mfgCode": null, - "side": "server", - "type": "int8u", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "0", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, { "name": "manufacturer name", "code": 4, @@ -207,70 +159,6 @@ "maxInterval": 65534, "reportableChange": 0 }, - { - "name": "generic device class", - "code": 8, - "mfgCode": null, - "side": "server", - "type": "enum8", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "255", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, - { - "name": "generic device type", - "code": 9, - "mfgCode": null, - "side": "server", - "type": "enum8", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "255", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, - { - "name": "product code", - "code": 10, - "mfgCode": null, - "side": "server", - "type": "octet_string", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "0", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, - { - "name": "product url", - "code": 11, - "mfgCode": null, - "side": "server", - "type": "char_string", - "included": 1, - "storageOption": "RAM", - "singleton": 1, - "bounded": null, - "defaultValue": "0", - "reportable": 0, - "minInterval": 1, - "maxInterval": 65534, - "reportableChange": 0 - }, { "name": "sw build id", "code": 16384,