Hello,
I'm writing an app, where 6 devices will simultaneously write values to a tinywebDB. In order to have unique keys for the written values, I'm hoping to use [device][time][description] so that I don't accidentally overwrite values from other devices.
How can I get the device info so I don't have to configure or custom write the app for each device?