Changes

Jump to navigation Jump to search
Line 74: Line 74:  
</pre>
 
</pre>
   −
The character '%' may be used to match any single character
+
The character '%' may be used to match any single character and '*' may be used to match any number of characters.  
and '*' may be used to match any number of characters.  
+
 
 
For example:
 
For example:
 
<pre>
 
<pre>
 
E*=*something  ; would match ANY ID with an emergency
 
E*=*something  ; would match ANY ID with an emergency
</pre>
+
</pre>Note that if you have a macro setup to do something based on ID it will execute once if it hears the ID multiple times in a row (ie during testing).  If you are testing a macro based on unit ID such as:
 +
[mdcmacro]
 +
I1701=*81#
 +
This will announce the time only once if there are no other MDC ID's received between hearing ID 1701.
    
== MDC-1200 Encoding ==
 
== MDC-1200 Encoding ==

Navigation menu