Commit message

This commit is contained in:
support.sampyo 2024-05-30 07:20:05 +00:00
parent 696cc6f0e8
commit a493257c17
2 changed files with 6 additions and 6 deletions

View File

@ -9,11 +9,11 @@
}, },
"mixed": { "mixed": {
"action": "Off", "action": "Off",
"duration": 5 "duration": 7
}, },
"pure": { "pure": {
"action": "Off", "action": "Off",
"duration": 10, "duration": 9,
"holding": 7 "holding": 7
}, },
"enter":{ "enter":{
@ -21,9 +21,9 @@
"duration": 5 "duration": 5
}, },
"vent": { "vent": {
"action": "Off", "action": "On",
"duration": 15, "duration": 20,
"holding": 5 "holding": 7
}, },
"motor": { "motor": {
"action": "Off" "action": "Off"

View File

@ -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.36 # Stackbase(gitea)에 릴리즈 태그명 입니다. tagName: v0.0.37 # Stackbase(gitea)에 릴리즈 태그명 입니다.
repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다. repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다.