You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Adding support for textual representation of components and entities would allow migrating old logging, debugging and entity management implementations like /listEntities, /showEntity or etos() which all are only aware of the old gentity_s information.
A virtual inspect method would allow components to give detailed information about state and configuration or fall back to a sensible default simply listing sub-components, handled messages and such.
A to_string method on entities (replacing etos) could give at least the Simple Classname and entity ID/Number.
Adding support for textual representation of components and entities would allow migrating old logging, debugging and entity management implementations like
/listEntities,/showEntityoretos()which all are only aware of the oldgentity_sinformation.A virtual
inspectmethod would allow components to give detailed information about state and configuration or fall back to a sensible default simply listing sub-components, handled messages and such.A
to_stringmethod on entities (replacingetos) could give at least the Simple Classname and entity ID/Number.