We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bcc6a commit 014a7a0Copy full SHA for 014a7a0
1 file changed
tests/mocked_replies/crownstone_data.py
@@ -1,3 +1,5 @@
1
+"""Mock replies from the cloud for Crownstone data."""
2
+
3
crownstone_data = [
4
{
5
"name": "my_awesome_crownstone",
@@ -20,7 +22,7 @@
20
22
"createdAt": "date_created",
21
23
"updatedAt": "date_updated",
24
"currentSwitchStateId": "switch_state_id",
- "currentSwitchStateV2": {
25
+ "currentSwitchState": {
26
"timestamp": "date_updated",
27
"switchState": 0
28
},
@@ -91,7 +93,7 @@
91
93
92
94
95
96
97
98
99
0 commit comments