The light in the bathroom will now turn off automatically after 45 min
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-13 23:20:07 +02:00
parent 76a5a39ca9
commit 76b75b0cfb
4 changed files with 26 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ pub enum Type {
Kettle,
#[serde(rename = "action.devices.types.OUTLET")]
Outlet,
#[serde(rename = "action.devices.types.GRILL")]
Grill,
#[serde(rename = "action.devices.types.LIGHT")]
Light,
#[serde(rename = "action.devices.types.SCENE")]
Scene,
}