Commit message
This commit is contained in:
parent
a95da218b4
commit
97814203d9
|
@ -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)에 저장될 저장소 이릅니다.
|
||||||
|
|
2
main.py
2
main.py
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue