@@ -279,6 +279,7 @@ if $ARGS[0] = 'home':
act 'Enter': gt 'anushapt_city','hallway'
end
+ ! Todo change this into a presence check, not a time check.
elseif week = 7 and hour >= 8 and hour < 17:
*clr & cla
locat['A144'] = 2
@@ -3,6 +3,7 @@
!! Her schedule:
!AnushkaLocCity tells us where Anvushka is located
+!! Todo make a text array to hold these values and use like AnushkaLocCityDes[locat['A144']] = String
!----------------------------------------------
!locat['A144'] = 0 (Anushka not home Fri and Sat 20:00 for rest of night)
!locat['A144'] = 1 (Anushka in the hallway)
@@ -17,6 +17,8 @@
!locat['A156'] = 9 (Arkadi is at work, factory Mon-Fri 8 to 17)
!---------------------------------------------
+!! Todo !!Arkadi is home Mon-Tues and Thurs from 18:00 for rest of night, Sun all day
+
if week = 1:
if hour >= 8 and hour < 17:
locat['A156'] = 9