From: Cameron Ball Date: Thu, 3 Jan 2019 11:45:32 +0000 (+0800) Subject: Add task for cleaning the washing machine filter X-Git-Url: http://git.cameron1729.xyz/?p=SonOfLokstallBot.git;a=commitdiff_plain;h=35a89e66608ba458e5d63f790359f100b01bef79 Add task for cleaning the washing machine filter --- diff --git a/src/strings.php b/src/strings.php index 62635b4..4350620 100644 --- a/src/strings.php +++ b/src/strings.php @@ -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:' ]; diff --git a/src/taskMatrix.php b/src/taskMatrix.php index 4b4ef37..e98fe5e 100644 --- a/src/taskMatrix.php +++ b/src/taskMatrix.php @@ -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'],