Skip to content

Commit

Permalink
Merge pull request #23 from SiemaApplications/fix_dev_commands
Browse files Browse the repository at this point in the history
Fix device commands
  • Loading branch information
pfayolle authored Sep 14, 2023
2 parents ca588a1 + 5d54aaf commit 88ee7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __repr__(self) -> str:
def __str__(self) -> str:
topic = sp_helpers.SP_NAMESPACE
topic += "/" + self.sp_id.group_id
topic += "/" + sp_helpers.get_msg_type_str(self.msg_type, self.sp_id.is_eon)
topic += "/" + sp_helpers.get_msg_type_str(self.msg_type, self.sp_id.is_eon())
topic += "/" + self.sp_id.eon_id
topic += sp_helpers.get_dev_id_str(self.sp_id.dev_id)
return topic

0 comments on commit 88ee7e4

Please sign in to comment.