Format the codebase using prettier

This commit is contained in:
Adrian Jagielak
2025-07-24 16:34:58 +02:00
parent 7b4309a596
commit 3c56a30d01
69 changed files with 984 additions and 895 deletions

View File

@@ -1,5 +1,5 @@
import { IMqttClient } from "../mqtt/interface";
import { CommandHandlers } from "./publish_device";
import { IMqttClient } from '../mqtt/interface';
import { CommandHandlers } from './publish_device';
export let ha: IMqttClient | undefined = undefined;