diff --git a/src/bio_pkg/bio_pkg/bio_node.py b/src/bio_pkg/bio_pkg/bio_node.py index d7789fd..1523ecd 100644 --- a/src/bio_pkg/bio_pkg/bio_node.py +++ b/src/bio_pkg/bio_pkg/bio_node.py @@ -149,9 +149,9 @@ class SerialRelay(Node): # To be reviewed before use# - # # Laser - # command = "can_relay_tovic,faerie,28," + str(msg.laser) + "\n" - # self.send_cmd(command) + # Laser + command = "can_relay_tovic,faerie,28," + str(msg.laser) + "\n" + self.send_cmd(command) # # UV Light # command = "can_relay_tovic,faerie,38," + str(msg.uvLight) + "\n"