Skip to content

Instantly share code, notes, and snippets.

@drscream
Created January 31, 2015 19:46
Show Gist options
  • Save drscream/e1f0b448d37a3f400897 to your computer and use it in GitHub Desktop.
Save drscream/e1f0b448d37a3f400897 to your computer and use it in GitHub Desktop.
diff --git a/setup.js b/setup.js
index 876b560..4496a43 100644
--- a/setup.js
+++ b/setup.js
@@ -3,31 +3,31 @@ exports.setup = {
{
label: 'White',
values: {
- 'office': { 0:16, 1:255, 2:0, 3:255, 4: 255, 5:255, 15:16, 16:255, 17:0, 18:255, 19: 255, 20:255 }
+ 'office': { 0:16, 1:255, 2:0, 3:255, 4: 255, 5:255, 15:16, 16:255, 17:0, 18:255, 19: 255, 20:255, 31:0, 32:0, 33:0, 34:0 }
}
},
{
label: 'Natural',
values: {
- 'office': { 0:16, 1:255, 2:0, 3:255, 4: 190, 5:140, 15:16, 16:255, 17:0, 18:255, 19: 190, 20:140 }
+ 'office': { 0:16, 1:255, 2:0, 3:255, 4: 190, 5:140, 15:16, 16:255, 17:0, 18:255, 19: 190, 20:140, 31:0, 32:0, 33:0, 34:0 }
}
},
{
label: 'Worklight',
values: {
- 'office': { 0:16, 1:130, 2:0, 3:255, 4: 165, 5:0, 15: 1, 16:255, 17:0, 18:255, 19: 190, 20:140, 21:0, 22: 0, 23:0, 24:255, 25: 190, 26:140 }
+ 'office': { 0:16, 1:130, 2:0, 3:255, 4: 165, 5:0, 15: 1, 16:255, 17:0, 18:255, 19: 190, 20:140, 21:0, 22: 0, 23:0, 24:255, 25: 190, 26:140, 31:200, 32:0, 33
}
},
{
label: 'Chill',
values: {
- 'office': { 0:16, 1:255, 2:0, 3:255, 4: 39, 5:0, 15: 1, 16:255, 17:0, 18:255, 19: 255, 20:0, 21:0, 22: 0, 23:0, 24:128, 25: 0, 26:255, 31:255, 32: 60 }
+ 'office': { 0:16, 1:255, 2:0, 3:255, 4: 39, 5:0, 15: 1, 16:255, 17:0, 18:255, 19: 255, 20:0, 21:0, 22: 0, 23:0, 24:128, 25: 0, 26:255, 31:255, 32: 0, 32:0,
}
},
{
label: 'Cinema',
values: {
- 'office': { 0:16, 1:30, 2:0, 3:255, 4: 39, 5:0, 15:0, 31:255, 32:0 }
+ 'office': { 0:16, 1:30, 2:0, 3:255, 4: 39, 5:0, 15:0, 31:60, 32:0, 33:0, 34:50 }
}
},
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment