New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fjaraskupan

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fjaraskupan

A python library for speaking to fjäråskupan

  • 2.3.2
  • PyPI
  • Socket score

Maintainers
1

Fjäråskupan Bluetooth Control


This module support controlling Fjäråskupan kitchen fans over bluetooth

Status


.. image:: https://github.com/elupus/fjaraskupan/actions/workflows/python-package.yml/badge.svg :target: https://github.com/elupus/fjaraskupan

Module

Code to set fan speed using library.

.. code-block:: python

async def run():
    async with Device("AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE") as device:
        await device.set_fan_speed(5)

loop = asyncio.get_event_loop()
loop.run_until_complete (run())

Commandline

Scan for possible devices.

.. code-block:: bash

python -m fjaraskupan scan

Code to set fan speed using commandline.

.. code-block:: bash

python -m fjaraskupan fan AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE 5

To get help on possible commands

.. code-block:: bash

python -m fjaraskupan -h python -m fjaraskupan light -h python -m fjaraskupan fan -h

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc