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 954b220c48
commit efa1f9aeee
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