We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df4ebd commit 93eb29eCopy full SHA for 93eb29e
test.http
@@ -92,15 +92,6 @@ Content-Type: application/json
92
POST {{baseUrl}}/config HTTP/1.1
93
Content-Type: application/json
94
95
-{
96
- "emoncms_enabled": false
97
-}
98
-
99
-###
100
101
-POST {{baseUrl}}/config HTTP/1.1
102
-Content-Type: application/json
103
104
{
105
"mqtt_enabled": true,
106
"mqtt_protocol": "mqtt",
@@ -144,6 +135,24 @@ Content-Type: application/json
144
135
145
136
###
146
137
138
+POST {{baseUrl}}/config HTTP/1.1
139
+Content-Type: application/json
140
+
141
+{
142
+ "pause_uses_disabled": true
143
+}
+###
147
148
149
150
151
+ "pause_uses_disabled": false
152
153
154
155
156
GET {{baseUrl}}/home.js HTTP/1.1
157
158
0 commit comments