We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a3906 commit 1732560Copy full SHA for 1732560
1 file changed
packages/helpermodules/command.py
@@ -240,6 +240,7 @@ def removeIoDevice(self, connection_id: str, payload: dict) -> None:
240
"""
241
if self.max_id_io_device >= payload["data"]["id"]:
242
ProcessBrokerBranch(f'system/io/{payload["data"]["id"]}/').remove_topics()
243
+ ProcessBrokerBranch(f'io/states/{payload["data"]["id"]}/').remove_topics()
244
pub_user_message(payload, connection_id, f'IO-Gerät mit ID \'{payload["data"]["id"]}\' gelöscht.',
245
MessageType.SUCCESS)
246
else:
0 commit comments