Commit Graph

12 Commits

Author SHA1 Message Date
742e3bd62a
LuaDevice macro now uses LuaDeviceCreate trait to create devices from configs 2024-05-05 02:05:02 +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
92b7a2830a
Added helper type to convert from ip addr to socketaddr with the correct port 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
b1506f8e63
Improved the way devices are instantiated from their respective configs
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-16 02:17:21 +02:00
ab5e47d1ff
Updated some logging stuff
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-15 23:06:09 +02:00
bb131f2b1a
Added basic hue light bridge, improved Timeout trait and setup frontdoor to turn on hallway ligh temporarily
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-15 04:45:35 +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