Commit Graph

12 Commits

Author SHA1 Message Date
27324e2c70
Further work on automatically generating lua type definitions 2024-05-05 14:56:08 +02:00
55025a67fc
Fixed visibility of device configs 2024-05-05 02:05:03 +02:00
742e3bd62a
LuaDevice macro now uses LuaDeviceCreate trait to create devices from configs 2024-05-05 02:05:02 +02:00
870da3eea9
DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now 2024-05-05 02:05:01 +02:00
c4978ab9ca
Improved how devices are created, ntfy and presence are now treated like any other device 2024-05-05 02:04:45 +02:00
c6b9005d1e
Improved the internals of the LuaDeviceConfig macro and improve the
usability of the macro
2024-05-05 02:02:36 +02:00
4273a25acd
Use helper types to process config input into the right type 2024-05-05 02:02:36 +02:00
f115e0e6e8
Everything needed to construct a new device is passed in through lua 2024-05-05 02:02:35 +02:00
e79787561d
Device config is now done through lua 2024-05-05 02:02:35 +02:00
73a2b077ed
Fmt: Added cargofmt config and reformatted files
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-20 23:27:48 +01:00
cff9cb4bf6
Further improvements to how devices are created 2023-08-17 01:47:05 +02:00
40c0ac5144
Moved quasi-devices into the devices module and made event related device traits part of the event module
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-24 04:28:17 +02:00