I'd suggest, for the RIC object, to add information about the RIC's alias, as well as some "spare" values (such as which ringtone, whether the buzzer is activated or not, repeat ring, etc).
Example on the .c array from the PoC:
/*RICs the pager will respond to. As described by the struct above:
{RIC,"NAME",ringtone(see below),TBD,TBD}
*/
ric[RICNUMBER]={
{65009, "IND",2,0,0},
{1040, "EMERGENCY",0,0,0},
{1080, "APRSWX",1,0,0},
};
I'd suggest, for the RIC object, to add information about the RIC's alias, as well as some "spare" values (such as which ringtone, whether the buzzer is activated or not, repeat ring, etc). Example on the .c array from the PoC:
JSON array?