mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.5 KiB
4.5 KiB
SerializedPingAction Schema
https://timelimit.io/SerializedAppLogicAction#/definitions/SerializedPingAction
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | SerializedAppLogicAction.schema.json* |
SerializedPingAction Type
object (SerializedPingAction)
SerializedPingAction Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Required | cannot be null | SerializedAppLogicAction |
| deviceId | string |
Required | cannot be null | SerializedAppLogicAction |
| event | string |
Required | cannot be null | SerializedAppLogicAction |
| token | string |
Required | cannot be null | SerializedAppLogicAction |
type
type
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedAppLogicAction
type Type
string
type Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"PING" |
deviceId
deviceId
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedAppLogicAction
deviceId Type
string
event
event
-
is required
-
Type:
string(PingEvent) -
cannot be null
-
defined in: SerializedAppLogicAction
event Type
string (PingEvent)
event Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"clear" |
|
"ping" |
|
"pong" |
token
token
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedAppLogicAction
token Type
string