thing-it-device-wtec
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -295,2 +295,18 @@ "use strict"; | ||
if (this.isSimulated()) { | ||
this.state.scenes = [ | ||
{name: 'Dark', id: 'Dark'}, | ||
{name: 'Cold', id: 'Cold'}, | ||
{name: 'Tropical', id: 'Tropical'}, | ||
{name: 'Artic', id: 'Artic'}, | ||
{name: 'Warm', id: 'Warm'}, | ||
{name: 'Night', id: 'Night'}, | ||
{name: 'Day', id: 'Day'}, | ||
{name: 'Read', id: 'Read'}, | ||
{name: 'Concentrate', id: 'Concentrate'}, | ||
{name: 'Cave', id: 'Cave'}, | ||
{name: 'Winter', id: 'Winter'}, | ||
{name: 'Arctic', id: 'Arctic'}, | ||
{name: 'Tsunami', id: 'Tsunami'} | ||
]; | ||
if (this.simulationIntervals) { | ||
@@ -297,0 +313,0 @@ for (var interval in this.simulationIntervals) { |
{ | ||
"name": "thing-it-device-wtec", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "[thing-it-node] Device Plugin for wtec devices.", | ||
@@ -5,0 +5,0 @@ "authors": "Klaus Berberich", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3628
161421