getSettings - mononok/FlightSims GitHub Wiki
var json = {
"event": "getSettings",
"context": opaqueValue
};
メンバー | 説明 |
---|---|
event | didReceiveSettings |
context | An opaque value identifying the instance’s action or Property Inspector. PropertyInspectorでは、connectElgatoStreamDeckSocket関数のパラメータとして受け取る。 |
payload | jsonオブジェクト |
プラグインもPropertyInspectorも、非同期に didReceiveSettings イベントで結果を受け取る。
StreamDeck4.1から利用可能となる。