UNPKG

@mi-gpt/miot

Version:

MIoT 非官方 Node.js 客户端

13 lines (10 loc) 229 B
'use strict'; // src/mi/common.ts function updateMiAccount(account) { return (newAccount) => { for (const key in newAccount) { account[key] = newAccount[key]; } }; } exports.updateMiAccount = updateMiAccount;