Skip to content

Commit 699a2c5

Browse files
authored
chore: remove dacite and update readme (#294)
1 parent ea8e55a commit 699a2c5

File tree

3 files changed

+25
-39
lines changed

3 files changed

+25
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def main():
5454
device_data = DeviceData(device, product_info[device.product_id].model)
5555
mqtt_client = RoborockMqttClientV1(user_data, device_data)
5656
networking = await mqtt_client.get_networking()
57-
local_device_data = DeviceData(device, product_info[device.product_id].model, networking)
57+
local_device_data = DeviceData(device, product_info[device.product_id].model, networking.ip)
5858
local_client = RoborockLocalClientV1(local_device_data)
5959
# You can use the send_command to send any command to the device
6060
status = await local_client.send_command(RoborockCommand.GET_STATUS)

poetry.lock

Lines changed: 24 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ async-timeout = "*"
2828
pycryptodome = "^3.18"
2929
pycryptodomex = {version = "^3.18", markers = "sys_platform == 'darwin'"}
3030
paho-mqtt = "^1.6.1"
31-
dacite = "^1.8.0"
3231
construct = "^2.10.57"
3332
vacuum-map-parser-roborock = "*"
3433

0 commit comments

Comments
 (0)