Skip to content

Commit

Permalink
Address homebridge#364
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaosT committed Dec 20, 2016
1 parent 733f234 commit 3f03e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessories/MotionSensor_accessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var motionSensorUUID = uuid.generate('hap-nodejs:accessories:motionsensor');
var motionSensor = exports.accessory = new Accessory('Motion Sensor', motionSensorUUID);

// Add properties for publishing (in case we're using Core.js and not BridgedCore.js)
motionSensor.username = "1A:2B:3C:4D:5E:FF";
motionSensor.username = "1A:2B:3D:4D:2E:AF";
motionSensor.pincode = "031-45-154";

// set some basic properties (these values are arbitrary and setting them is optional)
Expand Down

0 comments on commit 3f03e2c

Please sign in to comment.