Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Add bravia var
Browse files Browse the repository at this point in the history
This fixes
```ReferenceError: bravia is not defined
    at Object.<anonymous> (/root/bravia/demo.js:4:1)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)```
  • Loading branch information
jeff-jk committed Feb 19, 2017
1 parent 96fff49 commit 94c5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.js
@@ -1,4 +1,4 @@

var bravia = require('./lib');
// Accepts two parameters: IP and PSKKey

bravia('192.168.1.100', '0000', function(client) {
Expand Down

0 comments on commit 94c5f62

Please sign in to comment.