-
securityF
license-
qualityFacilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.
Last updated -
Python
Uses Python packages for interacting with Tuya smart devices, allowing control of device states, color settings, brightness, temperature, and modes through a command-line interface.
该项目提供了一个用于控制涂鸦设备的命令行界面 ( tuyactl
)。它与一个单独的涂鸦服务器进行交互(我仍在思考更好的实现方式)。
uv
:按照uv 文档站点上的官方安装说明进行操作。推荐的方法是使用独立安装程序,您可以下载并使用以下命令运行它:snapshot.json
文件放在您的主目录 ( ~
) 中。您可以使用环境变量自定义此文件的位置(见下文)。tuyactl
:要查看可用的命令和选项,请运行:<command>
替换为以下可用命令之一: list
、 on
、 off
、 color
、 brightness
、 temperature
、 mode
、 music
。使用-- help
选项查看每个命令的可用选项。例如,要列出所有 Tuya 设备,请运行:snapshot.json
位置:**您可以使用环境变量自定义snapshot.json
文件(包含您的涂鸦设备密钥)的位置。(详细信息稍后添加)。This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
提供具有自定义 URI 方案的注释存储系统,并包含用于为涂鸦设备添加注释和生成摘要的工具。