Skip to content

Instantly share code, notes, and snippets.

@CF-Terence
CF-Terence / gist:2934095
Created June 15, 2012 01:26 — forked from jarrodbell/gist:2924984
Delaying color picker commands
// Push the modules into the startup process
CF.modules.push({name: "Color Picker", object: ColorPicker});
var myColorPicker;
function sendCmd(string) {
CF.send("AppleKNX", string);
};
// Only one CF.userMain function in all scripts is allowed!