v1.1.8 #
2026-07-09
Google Play
새 기능
- 🌐 CORS 지원 — forward API와 관리자(admin) 대시보드에 CORS를 지원합니다. 외부 웹 대시보드에서 forward API를 직접 호출할 수 있고, admin 화면에서 허용 출처(origin)를 추가·편집할 수 있습니다.
개선
- 📡 MQTT 브리지 forward 배달 건강 신호 — 드라이버가 forward 대상을 정상 등록했는데도 실제 메시지 배달이 계속 실패하는 상태를 상태 화면(
GET /status)에서 바로 감지할 수 있게 됐습니다. 연결은 정상인데 상태 반영이 늦어지는 문제를 드라이버가 더 빠르게 발견·복구할 수 있습니다.
개발자용 자세한 내용: MQTT 브리지 스펙 · MQTT Edge 드라이버 가이드
v1.1.8 #
2026-07-09
Google Play
Features
- 🌐 CORS support — the forward API and the admin dashboard now support CORS. External web dashboards can call the forward API directly, and allowed origins can be added/edited from the admin screen.
Improvements
- 📡 MQTT bridge forward delivery health signal — the status endpoint (
GET /status) now surfaces when a driver's forward target is registered but actual message delivery keeps failing. Drivers can detect and recover from "connected but state updates lag" situations much faster.
For developers: MQTT bridge spec · MQTT Edge driver guide
v1.1.5 #
2026-06-06
Google Play
새 기능
- 📡 범용 MQTT 브리지 (수신 전용) — 외부 클라우드(AWS IoT · LG ThinQ 등)가 MQTT로 보내는 기기 상태 메시지를 AEB가 대신 받아, 같은 네트워크의 SmartThings Edge 드라이버로 전달합니다. Edge 드라이버가 혼자서는 유지하기 어려운 외부 연결을 AEB가 대신 잡아 주는 역할이에요. (받기만 하고 보내지는 않는 수신 전용)
- 🛡 Forward 허용목록 (보안) — AEB가 외부로 요청을 전달(forward)할 수 있는 주소를 허용목록으로 관리합니다. 목록에 없는 주소로의 요청은 자동으로 차단되고, Security 화면에서 허용 주소 추가·삭제와 차단 내역 확인, 차단 기능 켜고 끄기를 할 수 있습니다. 차단이 생기면 메뉴에 빨간 ! 표시가 떠요.
- 🎟 나의 Invitation — 내가 가진 SmartThings 채널 초대 목록을 한 화면에서 보고, 초대 링크를 바로 복사할 수 있습니다.
개발자용 자세한 내용: MQTT 브리지 스펙 · MQTT Edge 드라이버 가이드
v1.1.5 #
2026-06-06
Google Play
Features
- 📡 General-purpose MQTT bridge (receive-only) — AEB receives the device-status messages an external cloud (AWS IoT, LG ThinQ, …) sends over MQTT and relays them to a SmartThings Edge driver on the same network. It holds the external connection an Edge driver can't keep on its own. (Receive-only — it listens, it doesn't send.)
- 🛡 Forward allowlist (security) — manage which addresses AEB is allowed to forward requests to. Requests to addresses not on the list are blocked automatically, and the Security screen lets you add/remove allowed addresses, review what was blocked, and turn blocking on or off. A red "!" appears on the menu when something is blocked.
- 🎟 My Invitations — view all your SmartThings channel invitations on one screen and copy an invite link in a tap.
For developers: MQTT bridge spec · MQTT Edge driver guide
v1.1.0 #
2026-05-11
Google Play
Features
- Skill Tree overhaul — the MCP tool catalog is now lazy-by-default, saving first-turn tokens. Intent hints, parallel dispatch, and sub-path exposure help the LLM pick tools more accurately.
- OAuth redesign — automatic SmartApp mode detection, a cleanup wizard for leftover 1.0.x SmartApps, and a new explicit server handover replacing the old Config Sync share.
- Edge Driver call history in Chat — prompts sent by Edge Drivers now appear in the Chat conversation history, so you can review them right away.
- Hosted prompts — Skill definitions and the system prompt are now hosted separately from the app and updated independently.
Fixes
- Significantly more reliable ST OAuth token refresh — tokens are preserved on transient failures and a re-auth UI is surfaced.
- Multi-select log level filter (INFO/WARN/ERROR combo).
- Fixed TTS malfunction issues.
📣 Not sure what to do after the update?