You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • As far as I can tell, don't you just want to do:

    var a = this.getSensorAddress();
    

    instead of:

    var a = this.getSensorAddress;
    

    That will execute the function on this, returning the address itself.

About

Avatar for Gordon @Gordon started