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 6532f43 commit ae81e6cCopy full SHA for ae81e6c
tests/test_a01_api.py
@@ -174,13 +174,13 @@ async def test_update_values(
174
175
message = build_rpc_response(
176
{
177
- 203: 6,
+ 203: 6, # spinning
178
}
179
)
180
response_queue.put(mqtt_packet.gen_publish(MQTT_PUBLISH_TOPIC, payload=message))
181
182
data = await connected_a01_mqtt_client.update_values([RoborockZeoProtocol.STATE])
183
- assert data.get(RoborockZeoProtocol.STATE) == "spinningdata point number="
+ assert data.get(RoborockZeoProtocol.STATE) == "spinning"
184
185
186
async def test_publish_failure(
0 commit comments