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 38c7a04 commit 0c145a1Copy full SHA for 0c145a1
plugwise_usb/nodes/circle.py
@@ -1038,7 +1038,7 @@ async def node_info_update(
1038
1039
# pylint: disable=too-many-arguments
1040
async def update_node_details(
1041
- self, node_info: NodeInfoResponse | None = None
+ self, node_info: NodeInfoResponse | NodeInfoMessage | None = None
1042
) -> bool:
1043
"""Process new node info and return true if all fields are updated."""
1044
if node_info is None:
0 commit comments