fix docs typo
This commit is contained in:
parent
725dbb5893
commit
2ad6c6cd03
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ The following guidelines help us choose the most appropriate actor hierarchy:
|
|||
|
||||
## Device manager hierarchy
|
||||
|
||||
Considering the principles outlined in the previous section, We will model the device manager component as an actor tree with three levels:
|
||||
Considering the principles outlined in the previous section, we will model the device manager component as an actor tree with three levels:
|
||||
|
||||
* The top level supervisor actor represents the system component for devices. It is also the entry point to look up and create device group and device actors.
|
||||
* At the next level, group actors each supervise the device actors for one group id (e.g. one home). They also provide services, such as querying temperature readings from all of the available devices in their group.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue