There's nothing built-in. For simple things I'd write a function on the RuuviTag that outputs a tab or comma-separated list, and then you just copy&paste.
You could write some code on the Pi that connected, executed that command, waited for the result and then disconnected if you wanted to do it automatically.
If you have the Pi running all the time and within radio range, you can advertise the data and then use https://github.com/espruino/EspruinoHub - that'll now log any data that is received automatically.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There's nothing built-in. For simple things I'd write a function on the RuuviTag that outputs a tab or comma-separated list, and then you just copy&paste.
You could write some code on the Pi that connected, executed that command, waited for the result and then disconnected if you wanted to do it automatically.
If you have the Pi running all the time and within radio range, you can advertise the data and then use https://github.com/espruino/EspruinoHub - that'll now log any data that is received automatically.