Skip to content

Commit

Permalink
create new hotspot for lib2 in bedford building
Browse files Browse the repository at this point in the history
  • Loading branch information
seanc committed Aug 16, 2019
1 parent 9a3e1cd commit 241e003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/seeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def seed():
##
floor_ab1_main_hotspot_1 = HotSpot(pitch = 8, yaw = 230).put()
floor_ab1_main_hotspot_2 = HotSpot(pitch = 6, yaw = 120).put()
floor_b_lib_2_hotspot_1 = HotSpot(pitch = 4, yaw = -30).put()

##
# CREATE FLOORS
Expand Down Expand Up @@ -99,6 +100,8 @@ def seed():
]).put()
floor_b_lib_2 = Floor(name = 'Library 2nd', bins = [
bin_b_lib_sub
], hotspots = [
floor_b_lib_2_hotspot_1
]).put()
floor_b_1 = Floor(name = '1st', bins = [
bin_b_main
Expand Down

0 comments on commit 241e003

Please sign in to comment.