summaryrefslogtreecommitdiff
path: root/FS/FS/tower_sector.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-03-13 14:07:39 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-03-28 10:04:27 -0400
commit0b8b48e7c6306be3b7418cb23e8318317d041caf (patch)
tree91c38ad28e8501da04b909d297b07409603c0fd4 /FS/FS/tower_sector.pm
parente7711de5052a37d5b29d599412e776b40f46153a (diff)
RT# 78356 - updated documentation and added ability to create access points as Saisei thru api
Conflicts: FS/FS/Schema.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html httemplate/elements/tr-tower_sectors.html
Diffstat (limited to 'FS/FS/tower_sector.pm')
-rw-r--r--FS/FS/tower_sector.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/FS/FS/tower_sector.pm b/FS/FS/tower_sector.pm
index 3fadc86..b58cacf 100644
--- a/FS/FS/tower_sector.pm
+++ b/FS/FS/tower_sector.pm
@@ -88,6 +88,18 @@ The coverage map, as a PNG.
The coordinate boundaries of the coverage map.
+=item title
+
+The sector title.
+
+=item up_rate
+
+Up rate for sector.
+
+=item down_rate
+
+down rate for sector.
+
=back
=head1 METHODS
@@ -150,6 +162,8 @@ sub check {
|| $self->ut_numbern('downtilt')
|| $self->ut_floatn('sector_range')
|| $self->ut_numbern('margin')
+ || $self->ut_numbern('up_rate')
+ || $self->ut_numbern('down_rate')
|| $self->ut_anything('image')
|| $self->ut_sfloatn('west')
|| $self->ut_sfloatn('east')