Skip to content

Commit 0eecd66

Browse files
rubenmoraldiescalo
authored andcommitted
samples: update README and copyright year in the tank monitoring sample
Signed-off-by: Ruben Moral <ruben.moral@digi.com>
1 parent c632bae commit 0eecd66

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

samples/demos/end_to_end_tank/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
End to End Tank Monitoring IoT Sample Application
22
=================================================
33

4-
This example is part of the Digi's End-to-End Tank Monitoring IoT demo. It
4+
This example is part of the Digi XBee IoT Tank Monitoring demo. It
55
demonstrates how to use the XBee 3 Cellular modules to communicate with Digi
66
Remote Manager and use the BLE interface to talk to mobile apps applied to
77
the tank monitoring vertical.
88

99
In theory, the XBee 3 Cellular module this example runs in corresponds to a
10-
tank controller and is connected to the following peripherals but, for
11-
demonstration purposes, they are emulated:
12-
* Level sensor.
13-
* Electronic valve.
10+
tank controller and is connected to the following peripherals (for demonstration
11+
purposes, some of them are emulated):
12+
* Level sensor (emulated).
13+
* Electronic valve (emulated).
14+
* Temperature (obtained from the I2C sensor of the XBIB-C board).
1415

1516
The example performs the following actions:
1617
* Listen for BLE connections to execute the provisioning process (initial
@@ -20,7 +21,7 @@ The example performs the following actions:
2021
* Listen for requests coming from Digi Remote Manager and execute the proper
2122
actions.
2223

23-
Read the demo documentation for more information.
24+
Read the [demo documentation][doc] for more information.
2425

2526
Requirements
2627
------------
@@ -71,7 +72,7 @@ Supported platforms
7172
License
7273
-------
7374

74-
Copyright (c) 2020, Digi International, Inc.
75+
Copyright (c) 2021, Digi International, Inc.
7576

7677
Permission is hereby granted, free of charge, to any person obtaining a copy
7778
of this software and associated documentation files (the "Software"), to deal
@@ -89,4 +90,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8990
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9091
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9192
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
92-
SOFTWARE.
93+
SOFTWARE.
94+
95+
96+
[doc]: https://www.digi.com/resources/documentation/digidocs/90002422

samples/demos/end_to_end_tank/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, Digi International, Inc.
1+
# Copyright (c) 2021, Digi International, Inc.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)