Property Instance Subscriptions

GraphQL Schema Visualization

Subscribe changes of the key right-ctrl

subscription keyDownRightCtrl {
  entity(
    label: "/org/inexor/input/any_device/key/key_rightctrl",
    propertyName: "key_down"
  ) {
    name
    value
    type {
      name
      dataType
      socketType
      extensions {
        name
        extension
      }
    }
  }
}