Skip to content

Add PowerOn support #2

@sylvek

Description

@sylvek

found in an another bravia remote project

Bravia.prototype.wake = function() {

  var that = this;

  arpTable.fetch(function(err, table) {
    for(var i in table) {
      if(table[i].ip === that.ip) {
        wol.wake(table[i].mac);
      }
    }
  });

};

it works fine at home :)
https://github.com/alanreid/bravia/blob/master/lib/index.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions