diff --git a/docs/Zigbee.md b/docs/Zigbee.md index d5e070f0db..8584667cb4 100644 --- a/docs/Zigbee.md +++ b/docs/Zigbee.md @@ -181,7 +181,7 @@ At Zigbee start, all files with `*.zb` suffix are loaded into memory. Be careful #### **attribute matcher** specifies a cluster/attribute/type tuple and matches an attribute name -- `/` or `/attribute 4 hex>%` +- `/` or `/%` - Ex: `EF00/0365,IrrigationStartTime` (Tuya cluster EF00 does not need an explicit type) - Ex: `0006/4001%bool,OnTime` @@ -1044,7 +1044,7 @@ You can define or overwrite an attribute name for a specific cluser/attributeid, The format is: -```/[,%],[,mul:][,div:
][,add:][,manuf:]``` +```/[%],[,mul:][,div:
][,add:][,manuf:]``` Parameter|Description :---|:---