Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jan 16, 2024
1 parent a486961 commit b61823c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting_started/SDKBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ makes your device your device. Most are generated statically using zap.

The cluster implementations are the logic that back the cluster. The cluster
implementation code receives messages from the ember layer to request data model
operations on the cluster (reads / writes / commands). They are also responsible
for event generation and attribute change reporting. Simple cluster logic can be
written in the ember callback functions, but more complex cluster logic is
handled in the run-time installed interface layers.
operations on the cluster (reads / writes / command invokes). They are also
responsible for event generation and attribute change reporting. Simple cluster
logic can be written in the ember callback functions, but more complex cluster
logic is handled in the run-time installed interface layers.

## SDK Organization (some key bits)

Expand Down

0 comments on commit b61823c

Please sign in to comment.