Compare commits

..

2 Commits

Author SHA1 Message Date
Dreaded_X 18467c5541 feat: TEST
Build and deploy / build (push) Successful in 19m32s
Build and deploy / Deploy container (push) Successful in 38s
2026-06-20 03:49:36 +02:00
Dreaded_X 9a5e7694c3 fix: No root certificates in scratch container 2026-06-20 03:47:49 +02:00
2 changed files with 3 additions and 6 deletions
-6
View File
@@ -1,12 +1,6 @@
use reqwest::{Certificate, Client};
pub fn new_client() -> Client {
println!(
"{}/{}",
std::env!("CARGO_PKG_NAME"),
std::env!("CARGO_PKG_VERSION")
);
Client::builder()
.user_agent(format!(
"{}/{}",
+3
View File
@@ -12,6 +12,9 @@ local module = {}
function module.setup(mqtt_client)
local light = nil
print(secrets.printer_device_id)
print(secrets.printer_access_code)
local bambu = devices.Bambu.new({
host = "thalia.huizinga.lan",
device_id = secrets.printer_device_id,