Skip to content

Commit

Permalink
Profile set to 0x0104, doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
exsilium committed Sep 22, 2017
1 parent 173d272 commit 419a118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Currently, the trigger signal is hard-coded with the following parameters:
sourceEndpoint: 0xE8,
destinationEndpoint: 0xEA,
clusterId: 0x0006,
profileId: 0xEAA4,
data: 0x03
profileId: 0x0104,
data: 0x01 0xAB 0x01
```

This reflects the signal expected by pxbee-trigger project. In the future, homebridge-xbee will have more options to configure the frames depending on the accessory device.
Expand All @@ -43,7 +43,7 @@ Intrigued? Have some XBees doing nothing? Love HomeKit and Homebridge? - Feel fr

# License

Copyright (c) 2016, Sten Feldman
Copyright (c) 2016 - 2017, Sten Feldman
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file modified doc/screenshot01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion xbee.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var xbeeTrigger = function(destination64, destination16) {
sourceEndpoint: 0xE8,
destinationEndpoint: 0xEA,
clusterId: 0x0006,
profileId: 0xEAA4,
profileId: 0x0104,
data: dataArray
};
serialPort.write(xbeeAPI.buildFrame(frame_obj));
Expand Down

0 comments on commit 419a118

Please sign in to comment.