From 96d824182b525315819be7287d5f0c93eee91a52 Mon Sep 17 00:00:00 2001 From: captain Date: Fri, 22 Dec 2017 15:20:51 +0100 Subject: [PATCH] [blindscan] add new vuzero4k tuner model --- Blindscan/src/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blindscan/src/plugin.py b/Blindscan/src/plugin.py index 8968ff0c6..a4779c033 100644 --- a/Blindscan/src/plugin.py +++ b/Blindscan/src/plugin.py @@ -30,7 +30,7 @@ XML_BLINDSCAN_DIR = "/tmp" # _supportNimType is only used by vuplus hardware -_supportNimType = { 'AVL1208':'', 'AVL6222':'6222_', 'AVL6211':'6211_', 'BCM7356':'bcm7346_'} +_supportNimType = { 'AVL1208':'', 'AVL6222':'6222_', 'AVL6211':'6211_', 'BCM7356':'bcm7346_', 'SI2166':'si2166_'} # For STBs that support multiple DVB-S tuner models, e.g. Solo 4K. _unsupportedNims = ( 'Vuplus DVB-S NIM(7376 FBC)', ) # format = nim.description from nimmanager