update test data for standalone

This commit is contained in:
proddy
2021-10-19 18:35:24 +02:00
parent 8fed47f39b
commit f30d3cf637

View File

@@ -320,36 +320,36 @@ const emsesp_settings = {
const emsesp_data = { const emsesp_data = {
devices: [ devices: [
{ {
id: 1, i: 1,
type: 'Thermostat', t: 'Thermostat',
brand: '', b: '',
name: 'RC20/Moduline 300', n: 'RC20/Moduline 300',
deviceid: 23, d: 23,
productid: 77, p: 77,
version: '03.03', v: '03.03',
}, },
{ {
id: 2, i: 2,
type: 'Boiler', t: 'Boiler',
brand: 'Nefit', b: 'Nefit',
name: 'GBx72/Trendline/Cerapur/Greenstar Si/27i', n: 'GBx72/Trendline/Cerapur/Greenstar Si/27i',
deviceid: 8, d: 8,
productid: 123, p: 123,
version: '06.01', v: '06.01',
}, },
{ {
id: 3, i: 3,
type: 'Controller', t: 'Controller',
brand: '', b: '',
name: 'BC10', n: 'BC10',
deviceid: 9, d: 9,
productid: 190, p: 190,
version: '01.03', v: '01.03',
}, },
], ],
sensors: [ sensors: [
{ no: 1, id: '28-233D-9497-0C03', temp: 25.7, offset: 1.2 }, { n: 1, i: '28-233D-9497-0C03', t: 25.7, o: 1.2 },
{ no: 2, id: '28-243D-7437-1E3A', temp: 26.1, offset: 0 }, { n: 2, i: '28-243D-7437-1E3A', t: 26.1, o: 0 },
], ],
} }