updated README with SetProfileAttrs call

This commit is contained in:
Yuce Tekol 2017-02-14 17:59:24 +03:00
parent a0d8ccfbad
commit 601f1a2df4

View file

@ -130,6 +130,13 @@ SetBitmapAttrs(id=10, frame="foo", category=123, color="blue", happy=true)
```
Returns `{"results":[null]}`
---
### SetProfileAttrs()
---
SetProfileAttrs(id=10, category=123, color="blue", happy=true)
```
Returns `{"results":[null]}`
---
#### Bitmap()
```