Commit message
This commit is contained in:
parent
7afbb6ab35
commit
c66fa01799
|
@ -8,5 +8,5 @@ spec:
|
|||
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
||||
runtime: python3.9
|
||||
stackbase:
|
||||
tagName: v1.0.1 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||
tagName: v1.0.2 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||
repoName: aquarack-sensor-collector # Satackbase(gitea)에 저장될 저장소 이릅니다.
|
||||
|
|
2
main.py
2
main.py
|
@ -118,6 +118,7 @@ def runAction():
|
|||
snd_data = {key: value / cnt_limit for key, value in sum_data.items()}
|
||||
sdtcloud.pubMessage(snd_data)
|
||||
cnt = 0
|
||||
sum_data = {}
|
||||
|
||||
time.sleep(sleep_time)
|
||||
|
||||
|
@ -135,4 +136,3 @@ if __name__ == "__main__":
|
|||
t_col = ["topLeftTemperature", "topRightTemperature", "bottomLeftTemperature", "bottomRightTemperature"]
|
||||
|
||||
runAction()
|
||||
|
||||
|
|
Loading…
Reference in New Issue