Skip to content

Commit

Permalink
fix(knx/datagram): set two level group flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 19, 2024
1 parent cb78cba commit 7b51c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/knx/datagram.cr
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class KNX
def initialize(io : IO, two_level_group = false)
@header = io.read_bytes Header
@cemi = io.read_bytes CEMI
@cemi.two_level_group = two_level_group
end
end
end

0 comments on commit 7b51c99

Please sign in to comment.