From 35a89e66608ba458e5d63f790359f100b01bef79 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Thu, 3 Jan 2019 19:45:32 +0800 Subject: [PATCH] Add task for cleaning the washing machine filter --- src/strings.php | 1 + src/taskMatrix.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'], -- 2.11.0