File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,6 @@ async def stop(self) -> None:
509509
510510 async def allow_join_requests (self , state : bool ) -> None :
511511 """Enable or disable Plugwise network."""
512- _LOGGER .debug ("Send AllowJoiningRequest to Circle+ with state=%s" , state )
513512 request = CirclePlusAllowJoiningRequest (self ._controller .send , state )
514513 if (response := await request .send ()) is None :
515514 raise NodeError ("No response for CirclePlusAllowJoiningRequest." )
@@ -521,7 +520,7 @@ async def allow_join_requests(self, state: bool) -> None:
521520 f"Unknown NodeResponseType '{ response .response_type .name } ' received"
522521 )
523522
524- _LOGGER .debug ("Send AllowJoiningRequest to Circle+ with state=%s" , state )
523+ _LOGGER .debug ("Sent AllowJoiningRequest to Circle+ with state=%s" , state )
525524
526525 def subscribe_to_node_events (
527526 self ,
You can’t perform that action at this time.
0 commit comments