Skip to content

Instantly share code, notes, and snippets.

View AlisamfP's full-sized avatar
🪐
ฅ^•ﻌ•^ฅ

Alisa Palson AlisamfP

🪐
ฅ^•ﻌ•^ฅ
View GitHub Profile
TO DO
[TBD] update "device does not contain a message schema" to accept any properties
DONE
[x] update device detail in forwarder UI (after creation)
[x] add mongodb forwarder to Octoblu as first class
[x] add splunk forwarder to Octoblu as first class
[x] add elasticsearch forwarder to Octoblu as first class
[x] add azsure forwarder to Octoblu as first class
[x] remove rocket ship...PETERRRRR!!!!!!
var irc = require('irc');
var config = {
server: 'irc.freenode.net',
name: 'testBot',
channels: '#testRoom'
};
var bot = new irc.Client(config.server, config.name, { channels: [config.channels] });
msg.uuid = 'gateway uuid';
msg.token = 'gateway token';
msg.alternateMethod = 'gatewayConfig';
msg.method = 'createSubdevice';
msg.name = 'lx';
msg.type = 'skynet-lifx';
msg.options = {};