From 9bd2b53b3d6ea861885388c5a24e3b19aeb79085 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 17 Aug 2023 23:28:37 +0100 Subject: [PATCH] udpate attributes section in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c1df9a..42ae994 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,9 @@ example: resp = cl.get_version p resp.attrs -def on_scene_created(data): - p data.attrs +@e_client.on :input_mute_state_changed do |data| + p data.attrs +end ``` ### Errors