import * as scrcaps from '../ScreencapInterfaces';

const firetv:scrcaps.ScreencapDevice ={
    id: 'firetv',
    label:'Firestick / FireTV',
    startScreen: '',
    categories: [{
      id:'device',
      label:'Device',
      screens:[{
        id:'home',
        label:'Home',
        category:'device',
        path:'device/home',
        imageSrc: 'home.jpg',
        buttons:{
            remote:[],
            screen:[]
        }
      }]
    }],
    remotes:[
        {
            id:1,
            label:'2nd Gen Voice Remote (2018)',
            imageSrc:'remotes/2nd gen voice remote 2018.png',
            buttons:[]
        },
        {
            id:2,
            label:'3rd Gen Voice Remote (2024)',
            imageSrc:'remotes/3rd gen voice remote 2024.png',
            buttons:[]
        },
        {
            id:3,
            label:'Voice Remote Pro (2022)',
            imageSrc:'remotes/Alexa voice remote pro 2022.png',
            buttons:[]
        },
        {
            id:4,
            label:'Voice Remote Enhanced (2021)',
            imageSrc:'remotes/voice remote enhanced 2021.png',
            buttons:[]
        }
    ]
}

export default firetv

//https://www.aftvnews.com/full-overview-of-the-new-2026-fire-tv-interface-redesign-everything-that-has-changed-and-more/