github.com/arduino/arduino-cloud-cli@v0.0.0-20240517070944-e7a449561083/internal/template/testdata/home-security-dashboard.json (about) 1 { 2 "id": "home-security-alarm-dashboard", 3 "name": "Home Security Alarm", 4 "widgets": [ 5 { 6 "type": "Messenger", 7 "name": "message_update", 8 "variables": [ 9 { 10 "thing_id": "home-security-alarm", 11 "variable_id": "message_update" 12 } 13 ] 14 }, 15 { 16 "type": "Switch", 17 "name": "light_alarm", 18 "variables": [ 19 { 20 "thing_id": "home-security-alarm", 21 "variable_id": "light_alarm" 22 } 23 ], 24 "options": { 25 "showLabels": true 26 } 27 } 28 ] 29 }