Skip to content

Commit 87bd439

Browse files
authored
Update README.md
1 parent 4524d96 commit 87bd439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ To use this library, you should have some type of sensor in an app that needs to
6363

6464
### Step 1: build your sensor
6565

66-
You can build a sensor by providing a human-readable name that uniquely identifies this one particular sensor, a unique ID for this sensor, a title for this type of sensor, and a human-readable description of the sensor.
66+
You can build a sensor by providing a human-readable name that uniquely identifies this one particular sensor, a unique ID for this sensor, a title for this type of sensor, and a human-readable description of the sensor. *Yes*, the first two fields seem a bit redundant. Think of the first one as how you want this particular sensor identified to a person and the second as a shorter, more-compressed and without whitespace version of how this particular sensor should be identified to a machine.
6767
```java
68-
SosSensor sosSensor = new SosSensor("Sensor 18742","sensor18742","TORGI",
68+
SosSensor sosSensor = new SosSensor("Device 18742 (Hill Top)","device18742","TORGI",
6969
"Tactical Observation of RF and GNSS Interference sensor");
7070
```
7171
<br/>

0 commit comments

Comments
 (0)