diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2019-04-29 18:21:42 -0400 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2019-04-29 18:21:42 -0400 |
| commit | 8ca9a192147b05aa6f1c75cc2b279ffe059d1e39 (patch) | |
| tree | 63e7fbeb4b4234d168b0a716c6083b028b9543af | |
| parent | 3563215dc323115685e750c648bdfb139c94e305 (diff) | |
update bmcli
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# pistar-Scripts +# pistar-scripts A collection of scripts to manage various aspects of the Pi-Star system from the command line. @@ -26,10 +26,16 @@ before using. usage: bmcli-wrapper.php add TALKGROUP TIMESLOT bmcli-wrapper.php del TALKGROUP TIMESLOT - bmcli-wrapper.php dropdyn + bmcli-wrapper.php dropdyn TIMESLOT ``` This script has only rudimentary error checking so make sure you call it correctly or you could have some interesting BM configurations pointing to your repeater/hotspot. + +Brandmeister currently does not properly support dropping dynamic talkgroups +from simplex talkgroups (i.e. "auto statics" instead of dynamic TGs) so +this script doesn't work on the combination of simplex hotspots + +dynamic groups. +to drop dynamic |
