Skip to content

Commit

Permalink
Rename consts for app credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
crevetor committed Feb 6, 2024
1 parent d64a944 commit 0a1e38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ayla_iot_unofficial/fujitsu_consts.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0a1e38c

Please sign in to comment.