Page MenuHomeSealhub

channel.js
No OneTemporary

channel.js

var chip = require("./chip.js");
function channel(parent_module_path, name){
this.name = name;
this.longid = "channel."+name;
this.default_configuration = {};
Sealious.ChipManager.add_chip("channel", this.name, this, parent_module_path);
}
channel.prototype = new chip();
module.exports = channel;

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 28, 14:48 (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1067504
Default Alt Text
channel.js (305 B)

Event Timeline