Add task for cleaning the washing machine filter
authorCameron Ball <cameron@cameron1729.xyz>
Thu, 3 Jan 2019 11:45:32 +0000 (19:45 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Fri, 4 Jan 2019 20:47:20 +0000 (04:47 +0800)
src/strings.php
src/taskMatrix.php

index 62635b4..4350620 100644 (file)
@@ -97,6 +97,7 @@ return [
     'palmtrees' => 'Remove dead branches and seeds from palm trees',
     'uncoverpool' => 'Uncover the pool',
     'checktaps' => 'Inspect taps for leaks and repair as needed',
+    'washingmachinefilter' => 'Clean the washing machine filter',
 
     'unfinishedtasks' => 'Aw geez Rick, it\'s Friday and these tasks still haven\'nt been completed, please try to do them over the weekend D:'
 ];
index 4b4ef37..e98fe5e 100644 (file)
@@ -3,7 +3,7 @@
 // look in to termites cibtract
 
 return [
-    'monthly' => ['rangehoodfilters', 'poolwater', 'weeds', 'ants', 'leaves', 'cobwebs', 'fireextinguisher', 'mowlawn'],
+    'monthly' => ['rangehoodfilters', 'poolwater', 'weeds', 'ants', 'leaves', 'cobwebs', 'fireextinguisher', 'mowlawn', 'washingmachinefilter'],
     'bimonthly' => ['vacuum', 'mop', 'kitchen'],
     'biannualy' => ['cleanhouse', 'cleangarage', 'testreliefevalve', 'testsmokealarms', 'smokealarmbatteries', 'fridgecoils'],
     'quadriannualy' => ['chlorinatorplates'],