<project version="4">
<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
- <change beforePath="$PROJECT_DIR$/tools/xplanet/config" beforeDir="false" afterPath="$PROJECT_DIR$/tools/xplanet/config" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/domoticz_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/domoticz_device_event.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/ecomode.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ecomode.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1640778900839" duration="879000" />
<workItem from="1640787196827" duration="2522000" />
<workItem from="1641573994164" duration="2000" />
- <workItem from="1641574032847" duration="3595000" />
- </task>
- <task id="LOCAL-00454" summary=".">
- <created>1614370268863</created>
- <option name="number" value="00454" />
- <option name="presentableId" value="LOCAL-00454" />
- <option name="project" value="LOCAL" />
- <updated>1614370268864</updated>
+ <workItem from="1641574032847" duration="6534000" />
+ <workItem from="1642149121693" duration="365000" />
</task>
<task id="LOCAL-00455" summary=".">
<created>1614761270670</created>
<option name="project" value="LOCAL" />
<updated>1641726946298</updated>
</task>
- <option name="localTasksCounter" value="503" />
+ <task id="LOCAL-00503" summary=".">
+ <created>1641727076910</created>
+ <option name="number" value="00503" />
+ <option name="presentableId" value="LOCAL-00503" />
+ <option name="project" value="LOCAL" />
+ <updated>1641727076910</updated>
+ </task>
+ <option name="localTasksCounter" value="504" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
return false;
}
}
+ if ($device === 'wc') {
+ if (getState('bureau_gradient') !== 'off') {
+ return false;
+ }
+ }
if ($device === 'entree' || $device === 'cuisine') {
$lights = [15, 18, 1, 58, 59, 57, 56, 55, 37];
$hueLights = getHueInstance()->getLights();
return false;
}
}
-
}
return getState('night') == '1';
}