Change alarm msg type to 110 to match RMR constant

Issue-ID: RIC-514
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I3df9dbfaf9dc5ac1a1bb5180c1eb71b986e2b4cc
diff --git a/ricxappframe/alarm/alarm.py b/ricxappframe/alarm/alarm.py
index 9a3ba2d..2c8272d 100644
--- a/ricxappframe/alarm/alarm.py
+++ b/ricxappframe/alarm/alarm.py
@@ -39,8 +39,7 @@
 ##############
 
 # constants
-RIC_ALARM_UPDATE = 13111
-# RIC_ALARM_QUERY = 13112 # TBD
+RIC_ALARM_UPDATE = 110
 
 # Publish dict keys as constants for convenience of client code.
 # Mixed lower/upper casing to comply with the Adapter JSON requirements.