From 0a1e38cef6b227b471175dcea30a4a26ad887011 Mon Sep 17 00:00:00 2001 From: Antoine Reversat Date: Tue, 6 Feb 2024 11:46:10 -0500 Subject: [PATCH] Rename consts for app credentials --- src/ayla_iot_unofficial/fujitsu_consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ayla_iot_unofficial/fujitsu_consts.py b/src/ayla_iot_unofficial/fujitsu_consts.py index 1f32571..f158fbf 100644 --- a/src/ayla_iot_unofficial/fujitsu_consts.py +++ b/src/ayla_iot_unofficial/fujitsu_consts.py @@ -1,7 +1,7 @@ from enum import IntEnum, unique -AYLA_APP_ID = "CJIOSP-id" -AYLA_APP_SECRET = "CJIOSP-Vb8MQL_lFiYQ7DKjN0eCFXznKZE" +FGLAIR_APP_ID = "CJIOSP-id" +FGLAIR_APP_SECRET = "CJIOSP-Vb8MQL_lFiYQ7DKjN0eCFXznKZE" OEM_MODEL = "oem_model" PROP = "prop"