IndigoObject.prototype.automap = function()

in indigo.js [1190:1196]


IndigoObject.prototype.automap = function(mode) {
    this.d._setSessionId();
    if (mode === undefined || mode === null) {
        mode = '';
    }
    return this.d._checkResult(this.d._lib.indigoAutomap(this.id, mode));
};