| # This file is provided for test of backwards compatibility. |
| # The actual files used to load the ZCL for default configuration |
| # is `zcl.json`, so if you want to affect how loading works for |
| # built-in configuration, please use that. |
| # |
| version=ZCL Test Data |
| |
| xmlRoot=. |
| |
| xmlFile=\ |
| types.xml, general.xml, \ |
| ha.xml, ha-devices.xml, \ |
| cba.xml, cba-devices.xml, \ |
| ota.xml, \ |
| ami.xml, ami-devices.xml, \ |
| zll.xml, zll-devices.xml, \ |
| ta.xml, ta-devices.xml, \ |
| hc.xml, hc-devices.xml, \ |
| green-power.xml, green-power-devices.xml |
| |
| manufacturersXml=../shared/manufacturers.xml |
| profilesXml=../shared/profiles.xml |
| zclSchema=./schema/zcl.xsd |
| zclValidation=./schema/zcl-validation.js |
| |
| options.text.defaultResponsePolicy=Always, Conditional, Never |
| options.bool=commandDiscovery |
| |
| # NOTE NOTE NOTE: This does not work correctly, because JS |
| # converts 0x1002 automatically to a number, so it ends up being decimal |
| # 4098, which doesn't match the manufacturer code in the DB. |
| # You should not use this file for default. |
| # |
| # Please use `zcl.json` for these features, because |
| # the properties file is provided for testing backwards compatibility |
| # only anyway. |
| defaults.text.manufacturerCodes=0x1002 |
| defaults.text.defaultResponsePolicy=always |
| defaults.bool.commandDiscovery=true |
| |
| zigbeeDeviceType.ZA_COORDINATOR=Coordinator or Router |
| zigbeeDeviceType.ZA_ROUTER=Router |
| zigbeeDeviceType.ZA_END_DEVICE=End Device |
| zigbeeDeviceType.ZA_MOBILE_END_DEVICE=Mobile End Device |
| zigbeeDeviceType.ZA_SLEEPY_END_DEVICE=Sleepy End Device |
| |
| ZCLDataTypes=["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"] |