Skip to content

Commit

Permalink
fix(interface/lighting): support string ids
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Aug 18, 2024
1 parent 7d17de7 commit 703fbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: placeos-driver
version: 7.2.1
version: 7.2.2
crystal: ">= 1.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion src/placeos-driver/interface/lighting.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract class PlaceOS::Driver
include JSON::Serializable

# Newer fields can be added if these don't meet requirements for newer lighting systems
getter id : UInt32?
getter id : UInt32 | String?
getter join : UInt32?
getter channel : UInt32?
getter component : String?
Expand Down

0 comments on commit 703fbe6

Please sign in to comment.