automation_rs/src
Dreaded_X 794b8eef19
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m48s
Build and deploy automation_rs / Build Docker image (push) Successful in 47s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 30s
Quickly hacked in is_on function on devices in lua
In order to get feature parity with pre-lua the is_on function is
manually implemented on all wrapped devices in lua
This implementation will need to be improved in the future.
2024-05-07 00:05:38 +02:00
..
devices Fixed spelling mistakes 2024-05-07 00:05:37 +02:00
auth.rs Moved last config items to lua + small cleanup 2024-05-07 00:05:37 +02:00
config.rs Moved last config items to lua + small cleanup 2024-05-07 00:05:37 +02:00
device_manager.rs Quickly hacked in is_on function on devices in lua 2024-05-07 00:05:38 +02:00
error.rs Moved last config items to lua + small cleanup 2024-05-07 00:05:37 +02:00
event.rs DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now 2024-05-07 00:05:37 +02:00
lib.rs Started work on reimplementing schedules 2024-05-07 00:05:37 +02:00
main.rs Added lua function to get the current hostname 2024-05-07 00:05:38 +02:00
messages.rs Report AirFilter humidity 2024-04-23 02:47:10 +02:00
mqtt.rs Everything needed to construct a new device is passed in through lua 2024-05-07 00:05:36 +02:00
schedule.rs Feature: Schedule devices turning on/off 2023-11-17 00:01:13 +01:00
traits.rs Replaced impl_cast with a new and improved trait 2024-05-05 00:33:21 +02:00