---
doc/cell-broadcast-api.txt | 26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/doc/cell-broadcast-api.txt b/doc/cell-broadcast-api.txt
index 52618eb..71b2516 100644
--- a/doc/cell-broadcast-api.txt
+++ b/doc/cell-broadcast-api.txt
@@ -36,19 +36,27 @@ Signals PropertyChanged(string name, variant value)
Please note that base station name broadcasts are
handled by the NetworkRegistration interface.
- EmergencyBroadcast(string text, dict properties)
+ WarningSystemBroadcast(string text, dict properties)
- This signal is emitted whenever an ETWS cell broadcast
- is received. The string text contains contents of the
- broadcast. The dict is made up of the following
- entries:
- EmergencyType - string value, possible values
+ This signal is emitted whenever an ETWS or CMAS or
+ EU-Alert cell broadcast is received. The string text
+ contains contents of the broadcast. The dict is made
+ up of the following entries:
+ WarningType - string value, possible values
include: "Earthquake",
"Tsunami",
"Earthquake+Tsunami",
- "Other"
- EmergencyAlert - boolean value hinting whether
- an extra emergency indicator
+ "OtherEmergency",
+ "Presidential",
+ "Extreme",
+ "Severe",
+ "Advisory",
+ "ChildAbduction",
+ "MonthlyTest",
+ "Exercise"
+
+ WarningAlert - boolean value hinting whether
+ an emergency indicator
should be activated (e.g.
vibrate mode, emergency alert
mode.)
--
1.7.0.4