Property Instance Subscriptions
Explore the subscriptions using the Plugin GraphQL Schema Visualization https://hostname:31415/graphql-schema-visualization/subscription
Subscribe changes of the key right-ctrl
subscription keyDownRightCtrl {
entity(
label: "/io/reactive-graph/input/any_device/key/key_rightctrl",
propertyName: "key_down"
) {
name
value
type {
name
dataType
socketType
extensions {
name
extension
}
}
}
}