-
-
-
-
-
-
-
-
-
-
-
-
+
+
{{ controllerType }} actions
@@ -317,7 +324,7 @@ onMounted(() => {
})
function updateManifest() {
- console.log("Updating manifest.")
+ console.log('Updating manifest.')
axios.get('https://cdn.jsdelivr.net/gh/cgiesche/streamdeck-homeassistant@master/public/config/manifest.yml')
.then(response => this.manifest = yaml.load(response.data))
.catch(error => console.log(`Failed to download updated manifest.yml: ${error}`))