new ScheduleConverter({ input: 'test.osz', output: 'output', logLevel: 2 }) .wait() .then(data => { data.forEach(entry => { if (entry.type == 'service') { console.log ...