Commit message
This commit is contained in:
parent
696cc6f0e8
commit
a493257c17
10
control.json
10
control.json
|
@ -9,11 +9,11 @@
|
|||
},
|
||||
"mixed": {
|
||||
"action": "Off",
|
||||
"duration": 5
|
||||
"duration": 7
|
||||
},
|
||||
"pure": {
|
||||
"action": "Off",
|
||||
"duration": 10,
|
||||
"duration": 9,
|
||||
"holding": 7
|
||||
},
|
||||
"enter":{
|
||||
|
@ -21,9 +21,9 @@
|
|||
"duration": 5
|
||||
},
|
||||
"vent": {
|
||||
"action": "Off",
|
||||
"duration": 15,
|
||||
"holding": 5
|
||||
"action": "On",
|
||||
"duration": 20,
|
||||
"holding": 7
|
||||
},
|
||||
"motor": {
|
||||
"action": "Off"
|
||||
|
|
|
@ -7,5 +7,5 @@ spec:
|
|||
virtualEnv: base # 사용할 가상환경 이름입니다.
|
||||
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
||||
stackbase:
|
||||
tagName: v0.0.36 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||
tagName: v0.0.37 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||
repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다.
|
||||
|
|
Loading…
Reference in New Issue