Skip to content

Commit

Permalink
New voice alarms for A3/A4/RxBatt
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed May 30, 2014
1 parent 259eafc commit 687ddd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions radio/util/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ def ttsEn():
(u"A1,critical", "a1_red", NO_ALTERNATE),
(u"A2,low", "a2_org", NO_ALTERNATE),
(u"A2,critical", "a2_red", NO_ALTERNATE),
(u"A3,low", "a3_org", NO_ALTERNATE),
(u"A3,critical", "a3_red", NO_ALTERNATE),
(u"A4,low", "a4_org", NO_ALTERNATE),
(u"A4,critical", "a4_red", NO_ALTERNATE),
(u"receiver battery, low", "rx_org", NO_ALTERNATE),
(u"receiver battery, critical", "rx_red", NO_ALTERNATE),
(u"RF signal, low", "rssi_org", NO_ALTERNATE),
(u"RF signal, critical", "rssi_red", NO_ALTERNATE),
(u"radio antenna defective", "swr_red", NO_ALTERNATE),
Expand Down Expand Up @@ -266,6 +272,12 @@ def ttsFr():
(u"A1,critique", "a1_red", NO_ALTERNATE),
(u"A2,faible", "a2_org", NO_ALTERNATE),
(u"A2,critique", "a2_red", NO_ALTERNATE),
(u"A3,faible", "a3_org", NO_ALTERNATE),
(u"A3,critique", "a3_red", NO_ALTERNATE),
(u"A4,faible", "a4_org", NO_ALTERNATE),
(u"A4,critique", "a4_red", NO_ALTERNATE),
(u"Batterie récepteur faible !", "rx_org", NO_ALTERNATE),
(u"Batterie récepteur critique !", "rx_red", NO_ALTERNATE),
(u"Signal RF, faible", "rssi_org", NO_ALTERNATE),
(u"Signal RF, critique", "rssi_red", NO_ALTERNATE),
(u"Antenne défectueuse", "swr_red", NO_ALTERNATE),
Expand Down

0 comments on commit 687ddd8

Please sign in to comment.