Skip to content

Commit c3cacdb

Browse files
authored
Merge pull request #60 from SmithChart/user-consent
web: setup: Inform user about data sent when polling for updates
2 parents 0fd279c + 3f514cd commit c3cacdb

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)