Compare commits
12
Commits
release
...
a000fb6c44
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a000fb6c44 | ||
|
|
be4c2c403c | ||
|
|
e636bc53ca | ||
|
|
fdb798a430 | ||
|
|
33cdb205b3 | ||
|
|
8069ab65f2 | ||
|
|
455d191ea1 | ||
|
|
0172b6bcf2 | ||
|
|
65cf547c6c | ||
|
|
741be479a6 | ||
|
|
958691a481 | ||
|
|
c22e8bc71d |
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 3.14 (TionController)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.14 (ClimatController)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
Generated
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/TionController.iml" filepath="$PROJECT_DIR$/.idea/TionController.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/ClimatController.iml" filepath="$PROJECT_DIR$/.idea/ClimatController.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
+7
-11
@@ -16,7 +16,7 @@ templates:
|
|||||||
speed: 6
|
speed: 6
|
||||||
heater: on
|
heater: on
|
||||||
target_temp: 21
|
target_temp: 21
|
||||||
|
|
||||||
- time: "09:30"
|
- time: "09:30"
|
||||||
action:
|
action:
|
||||||
type: auto
|
type: auto
|
||||||
@@ -27,12 +27,12 @@ templates:
|
|||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 6
|
speed: 6
|
||||||
|
|
||||||
- time: "22:45"
|
- time: "22:45"
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 1
|
speed: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weekend:
|
weekend:
|
||||||
@@ -44,23 +44,18 @@ templates:
|
|||||||
speed: 6
|
speed: 6
|
||||||
heater: on
|
heater: on
|
||||||
target_temp: 21
|
target_temp: 21
|
||||||
|
|
||||||
- time: "10:30"
|
- time: "10:30"
|
||||||
action:
|
action:
|
||||||
type: auto
|
type: auto
|
||||||
speed: 2
|
speed: 2
|
||||||
target_temp: 25
|
target_temp: 25
|
||||||
|
|
||||||
- time: "19:02"
|
|
||||||
action:
|
|
||||||
type: set
|
|
||||||
speed: 6
|
|
||||||
|
|
||||||
- time: "22:00"
|
- time: "22:00"
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
speed: 6
|
speed: 6
|
||||||
|
|
||||||
- time: "22:45"
|
- time: "22:45"
|
||||||
action:
|
action:
|
||||||
type: set
|
type: set
|
||||||
@@ -78,4 +73,5 @@ days:
|
|||||||
fri: workday
|
fri: workday
|
||||||
|
|
||||||
sat: weekend
|
sat: weekend
|
||||||
sun: weekend
|
sun: weekend
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user