Index: dialin/hd/alarms.py =================================================================== diff -u -re022300aa83838203420fe731ed43a3684f93114 -r351cbf7e9be48c83418f6acecd1429d4ce35608f --- dialin/hd/alarms.py (.../alarms.py) (revision e022300aa83838203420fe731ed43a3684f93114) +++ dialin/hd/alarms.py (.../alarms.py) (revision 351cbf7e9be48c83418f6acecd1429d4ce35608f) @@ -107,7 +107,7 @@ self.alarm_backup_audio_curr = 0.0 self.safety_shutdown_active = False - def get_current_alarms_state(self): + def get_current_alarm_priority(self): """ Gets the current alarms state. None, Low, Medium, or High @@ -126,7 +126,7 @@ return result - def get_alarm_states(self): + def get_all_alarm_states(self): """ Gets all states for all alarms