-
Notifications
You must be signed in to change notification settings - Fork 27
Websocket Protocol
Thomas Gatzweiler edited this page Mar 22, 2017
·
9 revisions
Update the configuration.
Reset the configuration to the default.
Send an alphanumeric POCSAG message to the specified address.
Get the current configuration.
Get the version of UniPager.
Get the current status.
Shutdown UniPager.
Restarts the connection and the scheduler.
Name | Type | Description |
---|---|---|
connected | boolean |
true if UniPager is connected to the master |
transmitting | boolean |
true if UniPager is currently transmitting |
timeslots | [boolean] | The time slot configuration |
{
"Status": {
"connected": true,
"transmitting": false,
"timeslots": [false, false, true, true, false, false, true, false,
false, false, false, false, true, true, false, true]
}
}