Skip to content

Commit

Permalink
Remove debug things that were left in by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Breina committed May 24, 2024
1 parent d15b7d6 commit c3ef774
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/powertag_gateway/schneider_modbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,3 @@ def __read_date_time(self, address: int, slave_id) -> datetime | None:
return None

return datetime(year, month, day, hour, minute, second, millisecond)


client = SchneiderModbus("pries.frituur", type_of_gateway=TypeOfGateway.SMARTLINK)
print(client.tag_product_identifier(150))

0 comments on commit c3ef774

Please sign in to comment.