Skip to content

Commit

Permalink
Merge pull request #17 from crevetor/add-api-creds
Browse files Browse the repository at this point in the history
Add api credentials to fujitsu_const
  • Loading branch information
rewardone committed Feb 6, 2024
2 parents 49d6ef4 + 0a1e38c commit 9197bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ayla_iot_unofficial/fujitsu_consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from enum import IntEnum, unique

FGLAIR_APP_ID = "CJIOSP-id"
FGLAIR_APP_SECRET = "CJIOSP-Vb8MQL_lFiYQ7DKjN0eCFXznKZE"

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

0 comments on commit 9197bdd

Please sign in to comment.