Skip to content

Commit 4f94f7a

Browse files
committed
switch example updated
1 parent 2c8a650 commit 4f94f7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/switch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from sinric import SinricPro
22
import asyncio
33

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'
4+
APP_KEY = ''
5+
APP_SECRET = ''
6+
SWITCH_ID = ''
77

88
def power_state(device_id, state):
99
print(device_id, state)

0 commit comments

Comments
 (0)