import { enterPairingMode } from '../utils/common/relay.helper';
(async () => {
await enterPairingMode('doorbell', { holdMs: 5000 });
console.log('已同按 ch36+37 5s');
})();