Bluetooth Plugin for Rainmeter
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the latest example rmskin from the page and install it: the plugin will be present in the package.
Else, you can download the zip package from the latest and extract the dll that corresponds to the Windows architecture you are using (x32 or x64) to %appdata%\Rainmeter\Plugins
.
Windows 10
NOTE: Since this plugin is still a WIP, the usage is subject to change.
The plugin at every update, is going to scan for Bluetooth devices, and update the list of available devices. The plugin is going to store the list of devices in a formatted string, that can be accessed using the AvailableDevices()
function.
The formatted string is going to be in the following format:
This is an example of how you can use the plugin in a skin:
Those are the features we'd like to implement/have in a bluetooth plugin:
Those are the returned properties for every device:
If you want to help you are encouraged to fork the repo and do your changes, then open a pull request! Any help is appreciated!
If you want to suggest a feature or report a bug, please open an issue!
For a complete example, check out the .
To know more about these properties, read the .
This project is licensed under the GPL-3.0 License - see the file for details.