Skip to content

Commit

Permalink
Add app secrets for china and europe
Browse files Browse the repository at this point in the history
  • Loading branch information
crevetor committed Sep 4, 2024
1 parent 9a0d0d2 commit ab94b59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ayla_iot_unofficial/fujitsu_consts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
from enum import IntEnum, unique

FGLAIR_APP_ID = "CJIOSP-id"
FGLAIR_APP_SECRET = "CJIOSP-Vb8MQL_lFiYQ7DKjN0eCFXznKZE"
FGLAIR_APP_CREDENTIALS = {
"CN": ("FGLairField-cn-id", "FGLairField-cn-zezg7Y60YpAvy3HPwxvWLnd4Oh4"),
"EU": ("FGLair-eu-id", "FGLair-eu-gpFbVBRoiJ8E3QWJ-QRULLL3j3U"),
"default": ("CJIOSP-id", "CJIOSP-Vb8MQL_lFiYQ7DKjN0eCFXznKZE")
}

OEM_MODEL = "oem_model"
PROP = "prop"
Expand Down

0 comments on commit ab94b59

Please sign in to comment.