Find the folder changes

This commit is contained in:
Ximi1970
2020-08-29 20:18:40 +02:00
parent 520563f220
commit eb0e2f13b9
4 changed files with 75 additions and 11 deletions

View File

@@ -74,13 +74,24 @@
"type": "function",
"description": "Fires when there is a folder added or removed.",
"parameters": [
{
"name": "rootFolder",
"type": "string"
},
{
"name": "parentFolder",
"type": "string"
},
{
"name": "folder",
"type": "string"
},
{
"name": "added",
"type": "boolean"
}
]
}
]
}
]