Updated and completed the notifications and bluetooth module.

This commit is contained in:
Jas Singh
2024-06-20 00:07:24 -07:00
parent d61c50324b
commit 6670829bfc
7 changed files with 81 additions and 94 deletions

View File

@@ -2,9 +2,6 @@ const audio = await Service.import("audio");
import DropdownMenu from "../DropdownMenu.js";
export default () => {
audio.connect("changed", val => {
// console.log(JSON.stringify(val, null, 2));
})
const renderPlaybacks = (playbackDevices) => {
return playbackDevices.map((device) => {
if (device.description === "Dummy Output") {