From 8c473969642fff9fe60d095a1a7b2e9c63f8e6ed Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 29 Jan 2020 01:19:10 -0600 Subject: [PATCH] [add] added example for location based sensor defect - args in a behaviour allow for a simulation of a location based defect - allows for the defect to happen inside the same group --- docs/wiki/config/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/wiki/config/config.yml b/docs/wiki/config/config.yml index 0389a10..636fde9 100644 --- a/docs/wiki/config/config.yml +++ b/docs/wiki/config/config.yml @@ -64,4 +64,5 @@ behaviours: - start: 44 end: 166 - [100, normalValue, {v: 2}] - - [120, addValuePercent, {}] \ No newline at end of file + - [120, addValuePercent, {}] + - [180, locationDefect, {x: 0, y: 2}] \ No newline at end of file