jpraus / arduino-opentherm

Arduino library and hardware shield to send and receive data from Opentherm devices
Other
160 stars 42 forks source link

Add missing message ids #25

Closed Nightenom closed 3 years ago

Nightenom commented 3 years ago

Even though no one will probably use them I think it's better to have them here for gateway listening purposes

Messages 50 and 58 have no data documentation and are only mentioned in message list summary Renamed message 8 from OT_MSGID_CONTROL_SETPOINT_CH2 to OT_MSGID_CH2_SETPOINT because of OT_MSGID_CH_SETPOINT (names should be the same as the messages do the same)

jpraus commented 3 years ago

Thanks, merged!