Index: leahi_dialin/td/modules/alarms.py =================================================================== diff -u -rc0365a2b67a55f495db90f00933f262b3616d6a6 -ra0d66eeee5eafa582dfc7bf8895a388c4b73f09c --- leahi_dialin/td/modules/alarms.py (.../alarms.py) (revision c0365a2b67a55f495db90f00933f262b3616d6a6) +++ leahi_dialin/td/modules/alarms.py (.../alarms.py) (revision a0d66eeee5eafa582dfc7bf8895a388c4b73f09c) @@ -106,7 +106,7 @@ self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, message_id = MsgIds.MSG_ID_TD_ACTIVE_ALARMS_LIST_REQUEST_RESPONSE.value, function = self._handler_alarm_list_response) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, + self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_to_dialin_ch_id, message_id = MsgIds.MSG_ID_TD_ALARM_PROPERTIES_RESPONSE.value, function = self._handler_alarm_table_response)