You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# pxbee-trigger
2
2
3
-
Programmable XBee Trigger that is ZigBee Home Automation profile compliant. The testing of this feature branch is carried out using [SmartThings](https://www.smartthings.com) Hub and a default ZigBee device handler.
3
+
Programmable XBee Trigger that is ZigBee Home Automation profile compliant. The testing of this feature is carried out using [SmartThings](https://www.smartthings.com) Hub and a default ZigBee device handler.
4
4
5
5
## Bill of Materials
6
6
@@ -38,3 +38,27 @@ clusterId: 0x0006,
38
38
profileId: 0x0104,
39
39
command: 0x01
40
40
```
41
+
42
+
## Settings
43
+
44
+
The following defines can be altered in `custom.h` prior to compilation to change the behavior how the Trigger works:
45
+
46
+
| Name | Description | Default |
47
+
| ------| ----------- | ------- |
48
+
|`PXBEE_TRIGGER_IGNORE_BROADCAST`| When enabled, ignores broadcast commands and reacts only when unicast messages are sent to the specific address (ignores All On/All Off commands). | Enabled |
49
+
|`ZCL_MANUFACTURER`| The reported manufacturer string. For SmartThings local execution support without custom device handler, set this to "Leviton". | "PXBee" |
50
+
|`ZCL_MODEL`| The reported model string. For SmartThings local execution support without custom device handler, set this to "ZSS-10". | "Trigger" |
51
+
52
+
## License
53
+
54
+
This project is based on [exsilium/pxbee-blink-led](https://github.com/exsilium/pxbee-blink-led) boilerplate and includes the full [Digi](http://www.digi.com) XBee SDK version 1.6.0 sources.
55
+
56
+
Includes the necessary build binaries:
57
+
```
58
+
HI-CROSS+ ANSI-C Compiler for HC08 V-5.0.39, Dec 13 2011
59
+
HI-CROSS+ SmartLinker V-5.0.48, Dec 13 2011
60
+
HI-CROSS+ Burner V-5.0.16, Dec 13 2011
61
+
(c) Copyright Freescale 1987-2010
62
+
```
63
+
64
+
If not otherwise noted, the added code is [BSD licensed](LICENSE).
0 commit comments