Skip to content

Commit

Permalink
bump to v0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed May 9, 2017
1 parent 786ac9d commit 41685ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This example device has:
1. Start up the device via `npm run server:simple`
2. Connect to your NEEO Brain in the NEEO app
3. Go to add device
4. You should be able to find the example by searching for _NEEO Simple Buttons_
4. You should be able to find the example by searching for _NEEO Simple Device_

### Complex example

Expand Down
1 change: 1 addition & 0 deletions device/discoverableLightDevice/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ setInterval(() => {
sendComponentUpdate(updatePayload)
.catch((error) => {
console.log('failed to send slider notification', error.message);
console.log('it looks like you didn\'t add a device to the NEEO Brain yet (or you removed it)?');
});

textlabelValue = 'Update ' + parseInt(Math.random()*200, 10);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neeo-sdk-examples",
"version": "0.38.0",
"version": "0.38.2",
"description": "NEEO Brain SDK Examples",
"repository": "https://github.com/NEEOInc/neeo-sdk-examples",
"license": "MIT",
Expand All @@ -26,4 +26,4 @@
"devDependencies": {
"jshint": "^2.9.4"
}
}
}

0 comments on commit 41685ce

Please sign in to comment.