After restarting my gateway a few times I am now getting the name of the associated alarm data as I titled it.
so when I run:
results = system.alarm.queryStatus(state=["ActiveUnacked"])
for Alarms in results:
for Properties in Alarms.getActiveData().getProperties():
print Properties
I now am getting:
mode
setpointA
eventValue
TTS
name
AreaDesc
eventTime
priority
displayPath
enabled
Very confusing that it wasn’t returning as TTS initially, but now it does so I can grab the data I need. Hopefully it doesn’t decide to switch back.