サンプルNotify

SUB sample/notify/{deviceId}

ここに説明

Parameters

SUBSCRIBE sample/notify/{deviceId}

Notify sample message

Payload

  • token integer(int64) Required

    トークン

    Minimum value is 0.

  • timestamp string(date-time)

    タイムスタンプ

  • action string Required

    アクション

    Value is get.

Payload examples
{
  "token": 42,
  "timestamp": "2025-05-04T09:42:00Z",
  "action": "get"
}