[{"C:\\pWork\\ioBroker.telemetry\\src\\src\\index.js":"1","C:\\pWork\\ioBroker.telemetry\\src\\src\\App.js":"2","C:\\pWork\\ioBroker.telemetry\\src\\src\\serviceWorker.js":"3","C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Debounces.js":"4","C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Objects.js":"5","C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Options.js":"6"},{"size":1606,"mtime":1608109951423,"results":"7","hashOfConfig":"8"},{"size":6501,"mtime":1608404143573,"results":"9","hashOfConfig":"8"},{"size":4948,"mtime":1578068534626,"results":"10","hashOfConfig":"8"},{"size":1692,"mtime":1608404396811,"results":"11","hashOfConfig":"8"},{"size":7038,"mtime":1608400568764,"results":"12","hashOfConfig":"8"},{"size":2046,"mtime":1608403965075,"results":"13","hashOfConfig":"8"},{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"16"},"kltguq",{"filePath":"17","messages":"18","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"16"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"16"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"23","usedDeprecatedRules":"16"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"16"},"C:\\pWork\\ioBroker.telemetry\\src\\src\\index.js",[],["29","30"],"C:\\pWork\\ioBroker.telemetry\\src\\src\\App.js",[],"C:\\pWork\\ioBroker.telemetry\\src\\src\\serviceWorker.js",[],"C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Debounces.js",["31"],"import React from 'react';\r\nimport {withStyles} from '@material-ui/core/styles';\r\nimport PropTypes from 'prop-types';\r\nimport clsx from 'clsx';\r\n\r\nimport TextField from '@material-ui/core/TextField';\r\n\r\nimport I18n from '@iobroker/adapter-react/i18n';\r\nimport Logo from '@iobroker/adapter-react/Components/Logo';\r\n\r\nconst styles = theme => ({\r\n tab: {\r\n width: '100%',\r\n minHeight: '100%'\r\n },\r\n column: {\r\n display: 'inline-block',\r\n verticalAlign: 'top',\r\n marginRight: 20\r\n },\r\n columnSettings: {\r\n width: '100%',\r\n maxWidth: 400,\r\n },\r\n selectControl: {\r\n width: 400,\r\n paddingBottom: 20,\r\n }\r\n});\r\n\r\nconst Debounces = props => {\r\n return
;\r\n}\r\n\r\nDebounces.propTypes = {\r\n common: PropTypes.object.isRequired,\r\n native: PropTypes.object.isRequired,\r\n instance: PropTypes.number.isRequired,\r\n adapterName: PropTypes.string.isRequired,\r\n onError: PropTypes.func,\r\n onLoad: PropTypes.func,\r\n onChange: PropTypes.func,\r\n socket: PropTypes.object.isRequired,\r\n};\r\n\r\nexport default withStyles(styles)(Debounces);\r\n","C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Objects.js",[],["32","33"],"C:\\pWork\\ioBroker.telemetry\\src\\src\\Tabs\\Options.js",[],{"ruleId":"34","replacedBy":"35"},{"ruleId":"36","replacedBy":"37"},{"ruleId":"38","severity":1,"message":"39","line":9,"column":8,"nodeType":"40","messageId":"41","endLine":9,"endColumn":12},{"ruleId":"34","replacedBy":"42"},{"ruleId":"36","replacedBy":"43"},"no-native-reassign",["44"],"no-negated-in-lhs",["45"],"no-unused-vars","'Logo' is defined but never used.","Identifier","unusedVar",["44"],["45"],"no-global-assign","no-unsafe-negation"]