Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.67 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.67 KB

Mi Home Toolkit

A versatile tool for managing Mi Home smart devices.

Features

  • View device information, such as token, ip, did
  • Enable LAN mode for bulbs
  • Execute device commands

Usage

1. Login

Login Screen

2. Use the app

Devices screen Execute command

Download

Releases

Install dependencies

pnpm i

MiHomeToolkit Windows / MacOS app.

Run on dev mode

pnpm tauri dev

Build

pnpm tauri build

Generate icons scripts

sh generate-icns.sh <path-to-icon 1024x1024px>
sh generate-ico.sh <path-to-icon 1024x1024px>

Why desktop app?

It's not feasible for browser use due to the inability to read response headers within the browser environment

Similar projects