Michael Schmitz
Michael Schmitz
Hello, now Ive got all besides one thing working. I fixed not being able to select a mode and not being able to set all keys. But Ive got one...
Ive implemented two modi: Black switches the LEDs after 1000ms no input completly black, FadeOut fades them after 1000ms slowly to black, this happens unfortunately not very smooth
Hello, all other modes work, but if I want to apply a custom layout it does nothing. It still shows the previous selected mode. Any tips ? Edit: These errors...
I tried this code: ```rust #[tokio::main] async fn main() { pretty_env_logger::init(); log::info!("Starting command bot..."); let bot = Bot::new(CONFIG.telegram_token.as_str()); Command::repl(bot, answer).await; } #[derive(BotCommands, Clone)] #[command(rename_rule = "lowercase", description = "These commands...
Hi, On both the latest stable and the latest Beta version I experience the following: Consumed kWh for heating or water is only updated every two hours, other data Like...
I noticed that the CLI did not support a bounding box (north/west/south/east coordinates) yet. This PR adds support for this feature and ensures a user either passes those or the...