Access client identifiers for activity logging

Hello,

I have a goal which I thought would be easy to achieve but couldn’t find a way how. I have a thinger device, practically a remote controlled switch, to which I am sharing access with my friends via device tokens.
I would like to log the activity, i.e. make records of their requests on the device or, preferably, through a thinger endpoint field. I would need to include

  • the client’s IP address
  • the client’s OS/Browser
    Is there a way to access these data in Thinger, include them in an endpoint or send them to the device?
    Thanks!

Tat

Hi @Tat, it is not possible to record such information at this moment. At most, you could write to a data bucket every time the device is on/off, but you will not be able to record the client identity.