feat(config)!: Remove device manager lua code

With the recent changes the device manager no longer needs to be
available in lua.
This commit is contained in:
2025-10-19 05:29:41 +02:00
parent 95ec3f28ff
commit 3676aafa23
3 changed files with 1 additions and 31 deletions

View File

@@ -1,8 +0,0 @@
---@meta
---@class DeviceManager
local DeviceManager
---@param device DeviceInterface
function DeviceManager:add(device) end
return DeviceManager