diff --git a/README.md b/README.md index 6e45f8421..481130fee 100644 --- a/README.md +++ b/README.md @@ -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() ```