├── .gitignore ├── .htaccess ├── LICENSE ├── README.md ├── dashboard ├── .htaccess ├── css │ ├── app.css │ ├── components │ │ ├── 00.bootstrap-3.3.7.min.css │ │ ├── 02.angular-loading-bar.min.css │ │ ├── 03.angular-dialog.min.css │ │ ├── 04.bootstrap-theme-3.3.7.min.css │ │ ├── 05.bootstrap-select-1.12.2.css │ │ ├── 06.angular-dialog-theme.min.css │ │ ├── 07.material-switch.min.css │ │ ├── 08.aCKolor.min.css │ │ ├── 09.angular-sortable.min.css │ │ ├── 10.angular-bootstrap-toggle.min.css │ │ ├── 11.angular-smart-area-1.1.0.min.css │ │ ├── components.min.css │ │ └── rebuild.sh │ └── modules │ │ ├── dashboard.module.css │ │ ├── fuel.module.css │ │ ├── fuel.module.css.bak │ │ ├── piston.module.css │ │ └── register.module.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── html │ └── modules │ │ ├── dashboard.module.html │ │ ├── fuel.module.html │ │ ├── fuel.module.html.bak │ │ ├── piston.module.html │ │ └── register.module.html ├── img │ ├── altitude.png │ ├── app-CoRE3x.png │ ├── favicon │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── browserconfig.xml │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── mstile-150x150.png │ │ ├── safari-pinned-tab.svg │ │ └── site.webmanifest │ ├── piston.png │ ├── squared_metal.png │ ├── squared_metal_@2X.png │ ├── webCoRE-mark.svg │ └── webCoRE-text.svg ├── index.html ├── js │ ├── app.js │ ├── components │ │ ├── 00.jquery-3.1.1.min.js │ │ ├── 01.angular-1.6.3.min.js │ │ ├── 02.angular-route-1.6.3.min.js │ │ ├── 03.angular-resource-1.6.3.min.js │ │ ├── 04.angular-sanitize-1.6.3.min.js │ │ ├── 05.angular-loading-bar.min.js │ │ ├── 06.angular-dialog.min.js │ │ ├── 07.angular-animate-1.6.3.min.js │ │ ├── 08.angular-svg-round-progressbar.min.js │ │ ├── 09.bootstrap-3.3.7.min.js │ │ ├── 10.bootstrap-select-1.12.2.min.js │ │ ├── 11.angular-bootstrap-select.min.js │ │ ├── 13.angular-drag-and-drop-lists.min.js │ │ ├── 14.ios-drag-drop.min.js │ │ ├── 15.angular-bootstrap-toggle.min.js │ │ ├── 16.md5.min.js │ │ ├── 17.sjcl.min.js │ │ ├── 18.sizeof.min.js │ │ ├── 19.chart.bundle-2.4.0.min.js │ │ ├── 20.angular-chart-1.1.1.min.js │ │ ├── 21.html2canvas.min.js │ │ ├── 22.angular-smart-area-1.1.0.min.js │ │ ├── 23.hammer-2.0.8.min.js │ │ ├── 24.chartjs-plugin-zoom-0.4.5.min.js │ │ ├── 25.angular-swipe.min.js │ │ ├── 26.masonry-v4.2.0.min.js │ │ ├── 27.angular-ui.bootstrap.contextMenu.min.js │ │ ├── 28.localforage-v1.5.0.min.js │ │ ├── 29.angular-fittext.min.js │ │ ├── 30.angular-google-chart-1.0.0.b1.min.js │ │ ├── 32.mutation-summary.js │ │ ├── 33.tree-mirror.js │ │ ├── 34.content-script.js │ │ ├── 35.ng-map.min.js │ │ ├── 37.dashify.js │ │ ├── 38.angular-elastic.js │ │ ├── 39.canvg.js │ │ ├── components.min.js │ │ ├── in-progress-22.angular-smart-area-1.5.0.min.js │ │ ├── rebuild.sh │ │ ├── removed.06.angular-dialog.min.js │ │ ├── removed.17.sjcl.min.js │ │ ├── removed.31.fa5.js │ │ └── src │ │ │ └── 21.html2canvas.js │ └── modules │ │ ├── dashboard.module.js │ │ ├── fuel.module.js │ │ ├── fuel.module.js.bak │ │ ├── piston.module.js │ │ └── register.module.js └── robots.txt ├── devicetypes └── ady624 │ └── webcore-presence-sensor.src │ └── webcore-presence-sensor.groovy ├── dist └── dashboard │ ├── .htaccess │ ├── css │ ├── modules │ │ ├── dashboard.module.css │ │ ├── fuel.module.css │ │ ├── piston.module.css │ │ └── register.module.css │ └── webCoRE.min.css │ ├── fonts │ ├── FontAwesome.otf │ ├── fa5-brands-400.eot │ ├── fa5-brands-400.svg │ ├── fa5-brands-400.ttf │ ├── fa5-brands-400.woff │ ├── fa5-brands-400.woff2 │ ├── fa5-light-300.eot │ ├── fa5-light-300.svg │ ├── fa5-light-300.ttf │ ├── fa5-light-300.woff │ ├── fa5-light-300.woff2 │ ├── fa5-regular-400.eot │ ├── fa5-regular-400.svg │ ├── fa5-regular-400.ttf │ ├── fa5-regular-400.woff │ ├── fa5-regular-400.woff2 │ ├── fa5-solid-900.eot │ ├── fa5-solid-900.svg │ ├── fa5-solid-900.ttf │ ├── fa5-solid-900.woff │ ├── fa5-solid-900.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 │ ├── html │ └── modules │ │ ├── dashboard.module.html │ │ ├── fuel.module.html │ │ ├── fuel.module.html.bak │ │ ├── piston.module.html │ │ └── register.module.html │ ├── img │ ├── altitude.png │ ├── app-CoRE3x.png │ ├── favicon │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── browserconfig.xml │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ ├── legacy │ │ │ ├── android-icon-144x144.png │ │ │ ├── android-icon-192x192.png │ │ │ ├── android-icon-36x36.png │ │ │ ├── android-icon-48x48.png │ │ │ ├── android-icon-72x72.png │ │ │ ├── android-icon-96x96.png │ │ │ ├── apple-icon-114x114.png │ │ │ ├── apple-icon-120x120.png │ │ │ ├── apple-icon-144x144.png │ │ │ ├── apple-icon-152x152.png │ │ │ ├── apple-icon-180x180.png │ │ │ ├── apple-icon-57x57.png │ │ │ ├── apple-icon-60x60.png │ │ │ ├── apple-icon-72x72.png │ │ │ ├── apple-icon-76x76.png │ │ │ ├── apple-icon-precomposed.png │ │ │ ├── apple-icon.png │ │ │ ├── browserconfig.xml │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ ├── favicon-96x96.png │ │ │ ├── favicon.ico │ │ │ ├── manifest.json │ │ │ ├── ms-icon-144x144.png │ │ │ ├── ms-icon-150x150.png │ │ │ ├── ms-icon-310x310.png │ │ │ └── ms-icon-70x70.png │ │ ├── manifest.json │ │ ├── mstile-150x150.png │ │ ├── safari-pinned-tab.svg │ │ └── site.webmanifest │ ├── piston.png │ ├── squared_metal.png │ ├── squared_metal_@2X.png │ ├── webCoRE-mark.svg │ └── webCoRE-text.svg │ ├── index.html │ └── js │ └── webCoRE.min.js ├── index.html ├── installerManifest.json ├── resources └── icons │ ├── app-CoRE.png │ ├── app-CoRE@2x.png │ ├── app-CoRE@3x.png │ ├── browser-reg.png │ ├── dashboard.png │ ├── logo-text-CoRE.svg │ ├── read.me │ └── settings.png ├── smartapps └── ady624 │ ├── webcore-dashboard.src │ └── webcore-dashboard.groovy │ ├── webcore-piston.src │ └── webcore-piston.groovy │ ├── webcore-storage.src │ └── webcore-storage.groovy │ └── webcore.src │ └── webcore.groovy └── superstatic.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/.gitignore -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/.htaccess -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/README.md -------------------------------------------------------------------------------- /dashboard/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/.htaccess -------------------------------------------------------------------------------- /dashboard/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/app.css -------------------------------------------------------------------------------- /dashboard/css/components/00.bootstrap-3.3.7.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/00.bootstrap-3.3.7.min.css -------------------------------------------------------------------------------- /dashboard/css/components/02.angular-loading-bar.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/02.angular-loading-bar.min.css -------------------------------------------------------------------------------- /dashboard/css/components/03.angular-dialog.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/03.angular-dialog.min.css -------------------------------------------------------------------------------- /dashboard/css/components/04.bootstrap-theme-3.3.7.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/04.bootstrap-theme-3.3.7.min.css -------------------------------------------------------------------------------- /dashboard/css/components/05.bootstrap-select-1.12.2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/05.bootstrap-select-1.12.2.css -------------------------------------------------------------------------------- /dashboard/css/components/06.angular-dialog-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/06.angular-dialog-theme.min.css -------------------------------------------------------------------------------- /dashboard/css/components/07.material-switch.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/07.material-switch.min.css -------------------------------------------------------------------------------- /dashboard/css/components/08.aCKolor.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/08.aCKolor.min.css -------------------------------------------------------------------------------- /dashboard/css/components/09.angular-sortable.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/09.angular-sortable.min.css -------------------------------------------------------------------------------- /dashboard/css/components/10.angular-bootstrap-toggle.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/10.angular-bootstrap-toggle.min.css -------------------------------------------------------------------------------- /dashboard/css/components/11.angular-smart-area-1.1.0.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/11.angular-smart-area-1.1.0.min.css -------------------------------------------------------------------------------- /dashboard/css/components/components.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/components.min.css -------------------------------------------------------------------------------- /dashboard/css/components/rebuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/components/rebuild.sh -------------------------------------------------------------------------------- /dashboard/css/modules/dashboard.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/modules/dashboard.module.css -------------------------------------------------------------------------------- /dashboard/css/modules/fuel.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/modules/fuel.module.css -------------------------------------------------------------------------------- /dashboard/css/modules/fuel.module.css.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/modules/fuel.module.css.bak -------------------------------------------------------------------------------- /dashboard/css/modules/piston.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/modules/piston.module.css -------------------------------------------------------------------------------- /dashboard/css/modules/register.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/css/modules/register.module.css -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /dashboard/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /dashboard/html/modules/dashboard.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/html/modules/dashboard.module.html -------------------------------------------------------------------------------- /dashboard/html/modules/fuel.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/html/modules/fuel.module.html -------------------------------------------------------------------------------- /dashboard/html/modules/fuel.module.html.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/html/modules/fuel.module.html.bak -------------------------------------------------------------------------------- /dashboard/html/modules/piston.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/html/modules/piston.module.html -------------------------------------------------------------------------------- /dashboard/html/modules/register.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/html/modules/register.module.html -------------------------------------------------------------------------------- /dashboard/img/altitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/altitude.png -------------------------------------------------------------------------------- /dashboard/img/app-CoRE3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/app-CoRE3x.png -------------------------------------------------------------------------------- /dashboard/img/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /dashboard/img/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /dashboard/img/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /dashboard/img/favicon/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/browserconfig.xml -------------------------------------------------------------------------------- /dashboard/img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /dashboard/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /dashboard/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/favicon.ico -------------------------------------------------------------------------------- /dashboard/img/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /dashboard/img/favicon/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/safari-pinned-tab.svg -------------------------------------------------------------------------------- /dashboard/img/favicon/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/favicon/site.webmanifest -------------------------------------------------------------------------------- /dashboard/img/piston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/piston.png -------------------------------------------------------------------------------- /dashboard/img/squared_metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/squared_metal.png -------------------------------------------------------------------------------- /dashboard/img/squared_metal_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/squared_metal_@2X.png -------------------------------------------------------------------------------- /dashboard/img/webCoRE-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/webCoRE-mark.svg -------------------------------------------------------------------------------- /dashboard/img/webCoRE-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/img/webCoRE-text.svg -------------------------------------------------------------------------------- /dashboard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/index.html -------------------------------------------------------------------------------- /dashboard/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/app.js -------------------------------------------------------------------------------- /dashboard/js/components/00.jquery-3.1.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/00.jquery-3.1.1.min.js -------------------------------------------------------------------------------- /dashboard/js/components/01.angular-1.6.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/01.angular-1.6.3.min.js -------------------------------------------------------------------------------- /dashboard/js/components/02.angular-route-1.6.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/02.angular-route-1.6.3.min.js -------------------------------------------------------------------------------- /dashboard/js/components/03.angular-resource-1.6.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/03.angular-resource-1.6.3.min.js -------------------------------------------------------------------------------- /dashboard/js/components/04.angular-sanitize-1.6.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/04.angular-sanitize-1.6.3.min.js -------------------------------------------------------------------------------- /dashboard/js/components/05.angular-loading-bar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/05.angular-loading-bar.min.js -------------------------------------------------------------------------------- /dashboard/js/components/06.angular-dialog.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/06.angular-dialog.min.js -------------------------------------------------------------------------------- /dashboard/js/components/07.angular-animate-1.6.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/07.angular-animate-1.6.3.min.js -------------------------------------------------------------------------------- /dashboard/js/components/08.angular-svg-round-progressbar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/08.angular-svg-round-progressbar.min.js -------------------------------------------------------------------------------- /dashboard/js/components/09.bootstrap-3.3.7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/09.bootstrap-3.3.7.min.js -------------------------------------------------------------------------------- /dashboard/js/components/10.bootstrap-select-1.12.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/10.bootstrap-select-1.12.2.min.js -------------------------------------------------------------------------------- /dashboard/js/components/11.angular-bootstrap-select.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/11.angular-bootstrap-select.min.js -------------------------------------------------------------------------------- /dashboard/js/components/13.angular-drag-and-drop-lists.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/13.angular-drag-and-drop-lists.min.js -------------------------------------------------------------------------------- /dashboard/js/components/14.ios-drag-drop.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/14.ios-drag-drop.min.js -------------------------------------------------------------------------------- /dashboard/js/components/15.angular-bootstrap-toggle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/15.angular-bootstrap-toggle.min.js -------------------------------------------------------------------------------- /dashboard/js/components/16.md5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/16.md5.min.js -------------------------------------------------------------------------------- /dashboard/js/components/17.sjcl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/17.sjcl.min.js -------------------------------------------------------------------------------- /dashboard/js/components/18.sizeof.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/18.sizeof.min.js -------------------------------------------------------------------------------- /dashboard/js/components/19.chart.bundle-2.4.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/19.chart.bundle-2.4.0.min.js -------------------------------------------------------------------------------- /dashboard/js/components/20.angular-chart-1.1.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/20.angular-chart-1.1.1.min.js -------------------------------------------------------------------------------- /dashboard/js/components/21.html2canvas.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/21.html2canvas.min.js -------------------------------------------------------------------------------- /dashboard/js/components/22.angular-smart-area-1.1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/22.angular-smart-area-1.1.0.min.js -------------------------------------------------------------------------------- /dashboard/js/components/23.hammer-2.0.8.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/23.hammer-2.0.8.min.js -------------------------------------------------------------------------------- /dashboard/js/components/24.chartjs-plugin-zoom-0.4.5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/24.chartjs-plugin-zoom-0.4.5.min.js -------------------------------------------------------------------------------- /dashboard/js/components/25.angular-swipe.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/25.angular-swipe.min.js -------------------------------------------------------------------------------- /dashboard/js/components/26.masonry-v4.2.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/26.masonry-v4.2.0.min.js -------------------------------------------------------------------------------- /dashboard/js/components/27.angular-ui.bootstrap.contextMenu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/27.angular-ui.bootstrap.contextMenu.min.js -------------------------------------------------------------------------------- /dashboard/js/components/28.localforage-v1.5.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/28.localforage-v1.5.0.min.js -------------------------------------------------------------------------------- /dashboard/js/components/29.angular-fittext.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/29.angular-fittext.min.js -------------------------------------------------------------------------------- /dashboard/js/components/30.angular-google-chart-1.0.0.b1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/30.angular-google-chart-1.0.0.b1.min.js -------------------------------------------------------------------------------- /dashboard/js/components/32.mutation-summary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/32.mutation-summary.js -------------------------------------------------------------------------------- /dashboard/js/components/33.tree-mirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/33.tree-mirror.js -------------------------------------------------------------------------------- /dashboard/js/components/34.content-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/34.content-script.js -------------------------------------------------------------------------------- /dashboard/js/components/35.ng-map.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/35.ng-map.min.js -------------------------------------------------------------------------------- /dashboard/js/components/37.dashify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/37.dashify.js -------------------------------------------------------------------------------- /dashboard/js/components/38.angular-elastic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/38.angular-elastic.js -------------------------------------------------------------------------------- /dashboard/js/components/39.canvg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/39.canvg.js -------------------------------------------------------------------------------- /dashboard/js/components/components.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/components.min.js -------------------------------------------------------------------------------- /dashboard/js/components/in-progress-22.angular-smart-area-1.5.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/in-progress-22.angular-smart-area-1.5.0.min.js -------------------------------------------------------------------------------- /dashboard/js/components/rebuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/rebuild.sh -------------------------------------------------------------------------------- /dashboard/js/components/removed.06.angular-dialog.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/removed.06.angular-dialog.min.js -------------------------------------------------------------------------------- /dashboard/js/components/removed.17.sjcl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/removed.17.sjcl.min.js -------------------------------------------------------------------------------- /dashboard/js/components/removed.31.fa5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/removed.31.fa5.js -------------------------------------------------------------------------------- /dashboard/js/components/src/21.html2canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/components/src/21.html2canvas.js -------------------------------------------------------------------------------- /dashboard/js/modules/dashboard.module.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/modules/dashboard.module.js -------------------------------------------------------------------------------- /dashboard/js/modules/fuel.module.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/modules/fuel.module.js -------------------------------------------------------------------------------- /dashboard/js/modules/fuel.module.js.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/modules/fuel.module.js.bak -------------------------------------------------------------------------------- /dashboard/js/modules/piston.module.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/modules/piston.module.js -------------------------------------------------------------------------------- /dashboard/js/modules/register.module.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dashboard/js/modules/register.module.js -------------------------------------------------------------------------------- /dashboard/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /devicetypes/ady624/webcore-presence-sensor.src/webcore-presence-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/devicetypes/ady624/webcore-presence-sensor.src/webcore-presence-sensor.groovy -------------------------------------------------------------------------------- /dist/dashboard/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/.htaccess -------------------------------------------------------------------------------- /dist/dashboard/css/modules/dashboard.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/css/modules/dashboard.module.css -------------------------------------------------------------------------------- /dist/dashboard/css/modules/fuel.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/css/modules/fuel.module.css -------------------------------------------------------------------------------- /dist/dashboard/css/modules/piston.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/css/modules/piston.module.css -------------------------------------------------------------------------------- /dist/dashboard/css/modules/register.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/css/modules/register.module.css -------------------------------------------------------------------------------- /dist/dashboard/css/webCoRE.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/css/webCoRE.min.css -------------------------------------------------------------------------------- /dist/dashboard/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-brands-400.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-brands-400.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-brands-400.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-brands-400.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-brands-400.woff2 -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-light-300.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-light-300.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-light-300.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-light-300.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-light-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-light-300.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-light-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-light-300.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-light-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-light-300.woff2 -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-regular-400.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-regular-400.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-regular-400.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-regular-400.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-regular-400.woff2 -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-solid-900.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-solid-900.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-solid-900.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-solid-900.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/fa5-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fa5-solid-900.woff2 -------------------------------------------------------------------------------- /dist/dashboard/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /dist/dashboard/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /dist/dashboard/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /dist/dashboard/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /dist/dashboard/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /dist/dashboard/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /dist/dashboard/html/modules/dashboard.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/html/modules/dashboard.module.html -------------------------------------------------------------------------------- /dist/dashboard/html/modules/fuel.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/html/modules/fuel.module.html -------------------------------------------------------------------------------- /dist/dashboard/html/modules/fuel.module.html.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/html/modules/fuel.module.html.bak -------------------------------------------------------------------------------- /dist/dashboard/html/modules/piston.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/html/modules/piston.module.html -------------------------------------------------------------------------------- /dist/dashboard/html/modules/register.module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/html/modules/register.module.html -------------------------------------------------------------------------------- /dist/dashboard/img/altitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/altitude.png -------------------------------------------------------------------------------- /dist/dashboard/img/app-CoRE3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/app-CoRE3x.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/browserconfig.xml -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/favicon.ico -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-144x144.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-192x192.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-36x36.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-48x48.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-72x72.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/android-icon-96x96.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-114x114.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-120x120.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-144x144.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-152x152.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-180x180.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-57x57.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-60x60.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-72x72.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-76x76.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon-precomposed.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/apple-icon.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/browserconfig.xml -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/favicon-16x16.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/favicon-32x32.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/favicon-96x96.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/favicon.ico -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/manifest.json -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/ms-icon-144x144.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/ms-icon-150x150.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/ms-icon-310x310.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/legacy/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/legacy/ms-icon-70x70.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/manifest.json -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/safari-pinned-tab.svg -------------------------------------------------------------------------------- /dist/dashboard/img/favicon/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/favicon/site.webmanifest -------------------------------------------------------------------------------- /dist/dashboard/img/piston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/piston.png -------------------------------------------------------------------------------- /dist/dashboard/img/squared_metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/squared_metal.png -------------------------------------------------------------------------------- /dist/dashboard/img/squared_metal_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/squared_metal_@2X.png -------------------------------------------------------------------------------- /dist/dashboard/img/webCoRE-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/webCoRE-mark.svg -------------------------------------------------------------------------------- /dist/dashboard/img/webCoRE-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/img/webCoRE-text.svg -------------------------------------------------------------------------------- /dist/dashboard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/index.html -------------------------------------------------------------------------------- /dist/dashboard/js/webCoRE.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/dist/dashboard/js/webCoRE.min.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/index.html -------------------------------------------------------------------------------- /installerManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/installerManifest.json -------------------------------------------------------------------------------- /resources/icons/app-CoRE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/app-CoRE.png -------------------------------------------------------------------------------- /resources/icons/app-CoRE@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/app-CoRE@2x.png -------------------------------------------------------------------------------- /resources/icons/app-CoRE@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/app-CoRE@3x.png -------------------------------------------------------------------------------- /resources/icons/browser-reg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/browser-reg.png -------------------------------------------------------------------------------- /resources/icons/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/dashboard.png -------------------------------------------------------------------------------- /resources/icons/logo-text-CoRE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/logo-text-CoRE.svg -------------------------------------------------------------------------------- /resources/icons/read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/read.me -------------------------------------------------------------------------------- /resources/icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/resources/icons/settings.png -------------------------------------------------------------------------------- /smartapps/ady624/webcore-dashboard.src/webcore-dashboard.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/smartapps/ady624/webcore-dashboard.src/webcore-dashboard.groovy -------------------------------------------------------------------------------- /smartapps/ady624/webcore-piston.src/webcore-piston.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/smartapps/ady624/webcore-piston.src/webcore-piston.groovy -------------------------------------------------------------------------------- /smartapps/ady624/webcore-storage.src/webcore-storage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/smartapps/ady624/webcore-storage.src/webcore-storage.groovy -------------------------------------------------------------------------------- /smartapps/ady624/webcore.src/webcore.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/smartapps/ady624/webcore.src/webcore.groovy -------------------------------------------------------------------------------- /superstatic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imnotbob/webCoRE/HEAD/superstatic.json --------------------------------------------------------------------------------