getDecodedData(station) {
        let options = Object.assign({}, this.optionsTpl);
        options.path = options.path.replace('{mode}', 'decoded');
        options.path = options.path.replace('{station}', station);
        return this.sendRequest(options);