Skip to content

Commit

Permalink
Rename room light device node to avoid ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 28, 2023
1 parent cf84c01 commit f724217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Aeon.Environment
{
[Combinator]
[Description("Creates and configures a connection to the room light controller over Brainboxes Ethernet to Serial.")]
public class RoomLightController
public class RoomLightDevice
{
readonly CreateSerialPort serialPort = new();

Expand Down

0 comments on commit f724217

Please sign in to comment.