{
    "MVR-mkII" : {
        "connections" : [ 
            {
                "id" :  "uart-cli",
                "type": "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "1",
                    "timeout" : "1000"
                }
            },
            {
                "id" : "uart-fpgaflash",
                "type": "ftdi",
                "params": { 
                    "vid": "0x0403", 
                    "pid": "0x6010",
                    "interface": "2",
                    "timeout" : "1000"
                }
             },
             {  
                "id" : "net-discovery",
                "type": "mdns",
                "params": {
                    "SRV" : "_netaudio-cmc._udp.local",
                    "TXT" : {
                        "mf"    : "AppSys",
                        "model" : "_000000000000001f"
                    },
                    "timeout" : "3000"
                }
             },
             {
                "id"   : "telnet-danteflash",
                "type" : "telnet",
                "params": {
                    "hostname"  : "$IP",
                    "port"      : "23",
                    "username"  : "root",
                    "password"  :"k87utX0da9",
                    "tftp_port" : "56969",
                    "timeout"   : "5000"
                 }
             }            
        ],
        "pages" : [
             {  "id"   : "greeting" },
             {  "id"   : "versions" },
             { 
                "id"   : "update_mode", 
                "type" : "html",
                "title": "Step 3/3: Set the device to Update Mode",
                "text" : [
                    "<p><br/>Please turn the device into Update Mode:</p><p/><ul>",
                    "<li><b>Switch off</b> the multiverter</li>",
                    "<li><b>Press and hold encoder</b> knob</li>",
                    "<li><b>Swtich on</b>, then release encoder</li></ul>"        
                ]
             },
             { "id"    : "programming" }
        ],
        "docs" : [
            { "User Manual": "$BASEURL/../MVR-mkII.pdf" }
        ],
        "firmware" : {
            "#include" : [
                "$BASEURL/6.0/manifest.json",
                "$BASEURL/6.1/manifest.json",
                "$BASEURL/6.2/manifest.json",
                "$BASEURL/6.3/manifest.json",
                "$BASEURL/6.4/manifest.json",
                "$BASEURL/6.5/manifest.json" 
            ]
        }
    }
}