We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8a650 commit 4f94f7aCopy full SHA for 4f94f7a
1 file changed
examples/switch.py
@@ -1,9 +1,9 @@
1
from sinric import SinricPro
2
import asyncio
3
4
-APP_KEY = '40f5fb6c-2cf7-4877-a788-f9c6a3be59ba'
5
-APP_SECRET = 'a841dc8b-e5d8-4148-9ac6-c3c918cf7f44-11bd4d83-daaa-489e-b271-5bec3f994cd7'
6
-SWITCH_ID = '6340be8cf695e6bcd84a9f2d'
+APP_KEY = ''
+APP_SECRET = ''
+SWITCH_ID = ''
7
8
def power_state(device_id, state):
9
print(device_id, state)
0 commit comments