From 9c146499021fbbaeafa6fc157edcc6adcc3a7661 Mon Sep 17 00:00:00 2001 From: Gerrit Grotewold Date: Wed, 6 Jul 2022 17:58:06 +0200 Subject: [PATCH] Added a flag to indicate defects --- spec/Body/GenericLights.vspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spec/Body/GenericLights.vspec b/spec/Body/GenericLights.vspec index 0803a38ff..18faea3fa 100644 --- a/spec/Body/GenericLights.vspec +++ b/spec/Body/GenericLights.vspec @@ -4,4 +4,9 @@ IsOn: datatype: boolean type: actuator - description: Indicates if light is on or off. True = On. False = Off. \ No newline at end of file + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file