Skip to content

Instantly share code, notes, and snippets.

@D-Touch
D-Touch / gist:2937226
Created June 15, 2012 15:57 — forked from jarrodbell/gist:2936917
Delaying color picker commands
/* Color Picker module for CommandFusion
===============================================================================
AUTHOR: Sergey Klenov, Jarrod Bell, Florent Pillet, CommandFusion
CONTACT: support@commandfusion.com
URL: https://github.com/CommandFusion/
VERSION: v1.0.2
LAST MOD: Thursday, 17 November 2011
=========================================================================
@D-Touch
D-Touch / gist:2936671
Created June 15, 2012 14:08 — forked from CF-Terence/gist:2934095
Delaying color picker commands
/* Color Picker module for CommandFusion
===============================================================================
AUTHOR: Sergey Klenov, Jarrod Bell, Florent Pillet, CommandFusion
CONTACT: support@commandfusion.com
URL: https://github.com/CommandFusion/
VERSION: v1.0.2
LAST MOD: Thursday, 17 November 2011
=========================================================================
@D-Touch
D-Touch / gist:2935540
Created June 15, 2012 09:11 — forked from CF-Terence/gist:2934095
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!