Remove obsolete optimization and resource monitoring documentation; update scenario management to ensure user directory saving and template protection.

This commit is contained in:
2025-08-06 17:33:03 +02:00
parent a31b01238a
commit 1e8123efdb
11 changed files with 546 additions and 521 deletions
@@ -0,0 +1,25 @@
{
"name": "Simple Click Example",
"steps": [
{
"name": "Click on Button",
"condition": "OR",
"images": [],
"actions": [
{
"type": "click",
"params": {
"button": "left",
"pos_type": "center"
}
},
{
"type": "delay",
"params": {
"duration": 1.0
}
}
]
}
]
}