-
Notifications
You must be signed in to change notification settings - Fork 4
System messages
Ulf edited this page Mar 9, 2014
·
5 revisions
#Overview
Here is the overview of the system messages which are sendet when something happens on the system level. For instance, when the system starts then the following message is send: "System is started!"
The format a this kind of message is the same as any message. Only the sender (thing) is always system.
| message | comment |
|---|---|
| System is started! | When the system is started successfully |
| {thing,"Max_Cube"}{state,"started"} | When a thing is started successfully* |
| {thing,"Max_Cube"}{state,"stopped"} | When a thing is stopped successfully* |
| Config file : "things.config" was changed, it must be updated | When the config has changed |
- This messages are available after a successful start. Thing which are started during startup can't be monitored yet.