Update README.md
This commit is contained in:
parent
f536c89e36
commit
acc5ef7f4f
|
@ -23,9 +23,9 @@ All functions read JSON formatted parameters
|
||||||
notify():
|
notify():
|
||||||
{
|
{
|
||||||
"group": "groupname",
|
"group": "groupname",
|
||||||
// style and icon-style are optional
|
// item can have text and/or icon, other are optional
|
||||||
// item can have text and/or icon
|
// click action can be : "signal" or "delete"
|
||||||
// item can have click action "signal" or "delete"
|
// box property can be : "left", "center" or "right"
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name":"",
|
"name":"",
|
||||||
|
@ -34,6 +34,7 @@ All functions read JSON formatted parameters
|
||||||
"icon-style":"",
|
"icon-style":"",
|
||||||
"icon":"",
|
"icon":"",
|
||||||
"on-click":"",
|
"on-click":"",
|
||||||
|
"box":"",
|
||||||
}, ...
|
}, ...
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user