From 34d0a892a0a98332c1e2d511a76cba29093bf129 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 21 Apr 2018 15:01:46 +1200 Subject: [PATCH] Point to example using Hardware.Application item --- interface/src/Application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 492cf76241..33cfc2ac0b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -691,8 +691,8 @@ private: /**jsdoc *

The Controller.Hardware.Application object has properties representing Interface's state. The property * values are integer IDs, uniquely identifying each output. Read-only. These can be mapped to actions or functions or - * Controller.Standard items in a {@link RouteObject} mapping. Each data value is either - * 1.0 for "true" or 0.0 for "false".

+ * Controller.Standard items in a {@link RouteObject} mapping (e.g., using the {@link RouteObject#when} method). + * Each data value is either 1.0 for "true" or 0.0 for "false".

* * *
PropertyTypeDataDescription