2020-09-13 13:25:44 +02:00
|
|
|
return {
|
2021-05-15 22:48:25 +02:00
|
|
|
headings = {"type"},
|
|
|
|
argumentLists = {
|
|
|
|
["heal"] = {"healType", "computationMode", "value"},
|
|
|
|
["setStatus"] = {"status", "set"},
|
|
|
|
["protectElement"] = {"element"},
|
|
|
|
["blockStatus"] = {"blockWhat"},
|
|
|
|
},
|
|
|
|
argumentWrapper = "",
|
2020-09-13 13:25:44 +02:00
|
|
|
}
|