name : 'snr'
}, {
name : 'bps'
+ }, {
+ name : 'cc'
+ }, {
+ name : 'te'
},
],
url : 'api/status/inputs',
r.data.unc = m.unc;
r.data.snr = m.snr;
r.data.bps = m.bps;
+ r.data.cc = m.cc;
+ r.data.te = m.te;
tvheadend.streamStatusStore.afterEdit(r);
tvheadend.streamStatusStore.fireEvent('updated',
header : "Weight",
dataIndex : 'weight'
},{
- width : 100,
+ width : 50,
header : "Bandwidth (kb/s)",
dataIndex : 'bps',
renderer: renderBw
},{
width : 50,
- header : "Bit error rate",
+ header : "BER",
dataIndex : 'ber'
},{
width : 50,
- header : "Uncorrected bit error rate",
+ header : "Uncorrected BER",
dataIndex : 'unc'
+ },{
+ width : 50,
+ header : "Transport Error",
+ dataIndex : 'te'
+ },{
+ width : 50,
+ header : "Continuity Error",
+ dataIndex : 'cc'
},{
width : 50,
header : "SNR",