From b0b16d396c44c81e40faca2aacc7147fc1ca61be Mon Sep 17 00:00:00 2001 From: "support.sampyo" Date: Thu, 23 May 2024 07:09:27 +0000 Subject: [PATCH] Commit message --- framework.yaml | 2 +- main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/framework.yaml b/framework.yaml index 1d7b79b..9953cf0 100644 --- a/framework.yaml +++ b/framework.yaml @@ -7,5 +7,5 @@ spec: virtualEnv: base # 사용할 가상환경 이름입니다. package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.) stackbase: - tagName: v0.0.22 # Stackbase(gitea)에 릴리즈 태그명 입니다. + tagName: v0.0.23 # Stackbase(gitea)에 릴리즈 태그명 입니다. repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다. diff --git a/main.py b/main.py index fe325f2..069c1d2 100644 --- a/main.py +++ b/main.py @@ -202,6 +202,7 @@ def runAction(): # 1. device-app-test -> Good # 2. device-app-light-app -> Good # 3. device-test-app -> Bad + global data sdtcloud = sdtcloudnodeqmqtt.sdtcloudnodeqmqtt() mqttClient1 = sdtcloud.setClient(f"device-app-1{uuid.uuid1()}") # parameter is client ID(string) mqttClient2 = sdtcloud.setClient(f"device-app-2{uuid.uuid1()}") # parameter is client ID(string)