- Introduces an function that allows users to add, remove, and rearrange multiple apps on the device at once via MQTT. This provides greater flexibility and customization options. Please note that this function is experimental and should be used with caution. https://blueforcer.github.io/awtrix-light/#/mqtt?id=addremove-and-rearange-apps
44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>AWTRIX LIGHT</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="app-nav"></nav>
|
|
<div id="app">Loading ...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: '',
|
|
loadSidebar: true,
|
|
coverpage: true,
|
|
loadNavbar: true,
|
|
mergeNavbar: true,
|
|
repo: 'https://github.com/Blueforcer/awtrix-light',
|
|
share: {
|
|
reddit: true,
|
|
linkedin: true,
|
|
facebook: true,
|
|
twitter: true,
|
|
whatsapp: true,
|
|
telegram: true,
|
|
}
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="https://unpkg.com/docsify-copy-code@2"></script>
|
|
<script src="//unpkg.com/docsify-share/build/index.min.js"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1.22/components/prism-json.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|