Commit message
This commit is contained in:
parent
944013c835
commit
ddc05f15ee
Binary file not shown.
|
@ -7,5 +7,5 @@ spec:
|
||||||
virtualEnv: base # 사용할 가상환경 이름입니다.
|
virtualEnv: base # 사용할 가상환경 이름입니다.
|
||||||
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
||||||
stackbase:
|
stackbase:
|
||||||
tagName: v0.0.32 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
tagName: v0.0.33 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||||
repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다.
|
repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다.
|
||||||
|
|
2
main.py
2
main.py
|
@ -190,7 +190,7 @@ def clean_system():
|
||||||
with open('./control.json', 'r') as f:
|
with open('./control.json', 'r') as f:
|
||||||
cmd = json.load(f)
|
cmd = json.load(f)
|
||||||
|
|
||||||
clean_duration = int(cmd['maintenace']['clean']['duration'])
|
clean_duration = int(cmd['maintenance']['clean']['duration'])
|
||||||
|
|
||||||
if cmd['type'] == 'clean':
|
if cmd['type'] == 'clean':
|
||||||
Valve_EnterWater(chip=output_lines, status=status, action='Off')
|
Valve_EnterWater(chip=output_lines, status=status, action='Off')
|
||||||
|
|
Loading…
Reference in New Issue