Commit message

This commit is contained in:
sujunelee 2024-03-07 18:35:23 +09:00
parent a95da218b4
commit 97814203d9
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ spec:
virtualEnv: mqtt-s3-env # 사용할 가상환경 이름입니다. virtualEnv: mqtt-s3-env # 사용할 가상환경 이름입니다.
package: requirement.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.) package: requirement.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
stackbase: stackbase:
tagName: v1.0.1 # Stackbase(gitea)에 릴리즈 태그명 입니다. tagName: v1.0.2 # Stackbase(gitea)에 릴리즈 태그명 입니다.
repoName: gseps-app-mqtt-s3 # Stackbase(gitea)에 저장될 저장소 이릅니다. repoName: gseps-app-mqtt-s3 # Stackbase(gitea)에 저장될 저장소 이릅니다.

View File

@ -33,7 +33,7 @@ def runAction():
"data": { "data": {
"temperature": random.uniform(0, 30), # float "temperature": random.uniform(0, 30), # float
"water_level": random.randint(0, 30), # int "water_level": random.randint(0, 30), # int
"open": openValue "open": openValue,
"image": result "image": result
} }
} }