Last active
December 26, 2025 15:06
-
-
Save romangromov/5940fb6334e92fb568ed9d10dbde2e50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "header": "Boom", | |
| "screenHeader": { | |
| "id": "deleteDevice", | |
| "title": "Отвязать устройство?", | |
| "subtitle": "Все настройки устройства будут удалены. При повторном подключении необходимо заново вводить данные", | |
| "iconId": "trash", | |
| "confirmButtonName": "Отвязать устройство", | |
| "cancelButtonName": "Отмена", | |
| "bannerIconId": "notice" | |
| }, | |
| "settings": [ | |
| { | |
| "id": "userDeviceName", | |
| "type": "HEADER_TEXT", | |
| "title": "SberBoom", | |
| "iconId": "edit", | |
| "deviceIconUrl": "https://cdn.sberdevices.ru/salute-static/sberboom_front_black.png" | |
| }, | |
| { | |
| "id": "onboardingSberBoom", | |
| "type": "LANDING_CARD", | |
| "title": "Что умеет ваш SberBoom", | |
| "iconUrl": "https://cdn-app.sbrdvc.xyz/misc/0.0.0/assets/common/365dbaec_boom_onboarding.png", | |
| "subtitle": "Про устройства", | |
| "action": "ONBOARDING", | |
| "landingUrl": "Про устройства" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment