Skip to content

Commit

Permalink
feat(cbus): introduced INFO_MESSAGES and NETWORK_CONTROL application ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Sep 1, 2022
1 parent 4621b62 commit 5e61dc8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
16 changes: 16 additions & 0 deletions plc4go/protocols/cbus/readwrite/model/ApplicationId.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions plc4go/protocols/cbus/readwrite/model/ApplicationIdContainer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@
['0x14' MEDIA_TRANSPORT_CONTROL ]
['0x15' ERROR_REPORTING ]
['0x16' HVAC_ACTUATOR ]
['0x17' INFO_MESSAGES ]
['0x18' NETWORK_CONTROL ]
]
[enum uint 4 LightingCompatible
Expand Down Expand Up @@ -463,7 +465,7 @@
['0xAA' RESERVED_AA ['RESERVED' , 'NA' ]]
['0xAB' RESERVED_AB ['RESERVED' , 'NA' ]]
['0xAC' AIR_CONDITIONING_AC ['AIR_CONDITIONING' , 'NO' ]]
['0xAD' RESERVED_AD ['RESERVED' , 'NA' ]] // INFO_MESSAGES
['0xAD' INFO_MESSAGES ['INFO_MESSAGES' , 'NA' ]]
['0xAE' RESERVED_AE ['RESERVED' , 'NA' ]]
['0xAF' RESERVED_AF ['RESERVED' , 'NA' ]]
['0xB0' RESERVED_B0 ['RESERVED' , 'NA' ]]
Expand Down Expand Up @@ -545,7 +547,7 @@
['0xFC' RESERVED_FC ['RESERVED' , 'NO' ]]
['0xFD' RESERVED_FD ['RESERVED' , 'NO' ]]
['0xFE' RESERVED_FE ['RESERVED' , 'NO' ]]
['0xFF' RESERVED_FF ['RESERVED' , 'NO' ]] // NETWORK_CONTROL
['0xFF' NETWORK_CONTROL ['NETWORK_CONTROL' , 'NO' ]]
]
[type CALData(RequestContext requestContext)
Expand Down

0 comments on commit 5e61dc8

Please sign in to comment.