Message Notfication

This is the Message Notification box; it keeps track of how many unread messages you have.

To increase the counter:

$ curl --data "incr"

To decrease the counter:

$ curl --data "decr"

To reset the counter:

$ curl --data "reset"

To set the counter to a specific value:

$ curl --data "set 15"

Support Mail Notification

This is the Support Mail Notification box; it keeps track of the number of unanswered emails that have been queued up.

To increase the counter:

$ curl -d "incr"

To decrease the counter:

$ curl -d "decr"

To reset the counter:

$ curl -d "reset"

To set the counter to a specific value:

$ curl -d "set 15"

Phone Call Notification

This is the Phone Call Notification box; it keeps track of the number of customers eagerly waiting for you to pick up.

To increase the indicator:

$ curl -d "incr"

To decrease the indicator:

$ curl -d "decr"

To reset the indicator:

$ curl -d "reset"

To set the indicator to a specific value:

$ curl -d "set 15"

Click on the icons above to see instructions on how to communicate with them