Prep new release

This commit is contained in:
Luke Jones
2025-04-06 07:55:06 +12:00
parent 2a168e93d3
commit c143536cd0
4 changed files with 33 additions and 17 deletions

View File

@@ -275,12 +275,18 @@ fn do_parsed(
return false;
}
if command.trim().starts_with("platform")
if command.trim().starts_with("armoury")
&& !supported_interfaces.contains(&"xyz.ljones.AsusArmoury".to_string())
{
return false;
}
if command.trim().starts_with("backlight")
&& !supported_interfaces.contains(&"xyz.ljones.Backlight".to_string())
{
return false;
}
if !dev_type.is_old_laptop()
&& !dev_type.is_tuf_laptop()
&& command.trim().starts_with("aura-power-old")