Skip to content

Commit 3f514cd

Browse files
committed
web: setup: Inform user about data sent when polling for updates
When polling for updates we want to transmit some information about the device back to our servers. (This is intended for us to better understand how the updates progress in a fleet of devices.) We want to allow the user to make an informed decision when enabling updates, if they want to give consent to this behavior. Signed-off-by: Chris Fiege <[email protected]>
1 parent 0fd279c commit 3f514cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/src/Setup.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ export default function Setup() {
155155
notified about updates via the LXA TACs display and the
156156
web interface and can start the update process from there.
157157
</Box>
158+
<Box variant="p">
159+
When polling for updates the LXA TAC will transmit the
160+
following information to our server: The IP address the
161+
request is coming from, the serial number of the device
162+
and information on the currently installed software.
163+
</Box>
158164
<Box variant="p" padding="s">
159165
<MqttToggle topic="/v1/tac/update/enable_polling">
160166
Periodically check for updates

0 commit comments

Comments
 (0)