Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions streamerbot/3.api/2.triggers/core/system/clipboard-changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Clipboard Changed
description: Trigger for clipboard changed
version:
variables:
- name: formats.count
type: Int32
description:
value: 5
- name: formats.0
type: String
description:
value: Text
- name: formats.1
type: String
description:
value: UnicodeText
- name: formats.2
type: String
description:
value: System.String
- name: formats.3
type: String
description:
value: Locale
- name: formats.4
type: String
description:
value: OEMText
- name: containsText
type: Boolean
description:
value: True
- name: containsImage
type: Boolean
description:
value: False
- name: containsAudio
type: Boolean
description:
value: False
- name: clipboard.text
type: String
description:
value: 0
- name: error
type: Boolean
description:
value: False
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,9 @@ title: Websocket Client Closed
navigation.title: Connection Closed
description: Trigger for when the Websocket Client connection is Closed
version: 0.0.41
variables:
- name: wsIdx
type: number
description: The 0-based id of this websocket
value: 0, 1, 2, etc.
- name: wsId
type: string
description: The UUID of this websocket client
- name: wsName
type: string
description: The custom defined name of this websocket client
value: My websocket client
- name: wsUrl
type: string
description: The full URL of this websocket client
value: ws://127.0.0.1:8080/
- name: wsScheme
type: string
description: The scheme of this websocket client
value: ws
- name: wsHost
type: string
description: The host of this websocket client
value: 127.0.0.1
- name: wsPort
type: number
description: The port of this websocket client
value: 8080
- name: wsPath
type: string
description: The path of this websocket client
value: /
- name: wsQuery
type: string
description: The query of this websocket client
value: '?key=value'
variables: []
commonVariables:
- WebsocketClient
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,12 @@ navigation.title: Message
description: Trigger for a the Websocket Client Message
version: 0.0.41
variables:
- name: wsIdx
type: number
description: The 0-based id of this websocket
value: 0, 1, 2, etc.
- name: wsId
type: string
description: The UUID of this websocket client
- name: wsName
type: string
description: The custom defined name of this websocket client
value: My websocket client
- name: wsUrl
type: string
description: The full URL of this websocket client
value: ws://127.0.0.1:8080/
- name: wsScheme
type: string
description: The scheme of this websocket client
value: ws
- name: wsHost
type: string
description: The host of this websocket client
value: 127.0.0.1
- name: wsPort
type: number
description: The port of this websocket client
value: 8080
- name: wsPath
type: string
description: The path of this websocket client
value: /
- name: wsQuery
type: string
description: The query of this websocket client
value: '?key=value'
- name: message
type: string
description: The websocket client message
value: '{"timeStamp":"2023-03-16T22:58:28.3298+01:00","event":{"source":"HotKey","type":"Press"},"data":{"_85lbxopeOGvkNXq7iRgrjS6tpjj":1,"_hdhxue62iGbvG5rnMWU0dxGe29p":96}}'
commonVariables:
- WebsocketClient
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,9 @@ title: Websocket Client Open
navigation.title: Connection Opened
description: Trigger for when the Websocket Client connection is Opened
version: 0.0.41
variables:
- name: wsIdx
type: number
description: The 0-based id of this websocket
value: 0, 1, 2, etc.
- name: wsId
type: string
description: The UUID of this websocket client
- name: wsName
type: string
description: The custom defined name of this websocket client
value: My websocket client
- name: wsUrl
type: string
description: The full URL of this websocket client
value: ws://127.0.0.1:8080/
- name: wsScheme
type: string
description: The scheme of this websocket client
value: ws
- name: wsHost
type: string
description: The host of this websocket client
value: 127.0.0.1
- name: wsPort
type: number
description: The port of this websocket client
value: 8080
- name: wsPath
type: string
description: The path of this websocket client
value: /
- name: wsQuery
type: string
description: The query of this websocket client
value: '?key=value'
variables: []
commonVariables:
- WebsocketClient
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ title: WebSocket Custom Server Connection Closed
navigation.title: Connection Closed
description: Trigger for when a Websocket Custom Server Connection is Closed
version: 0.0.41
variables:
- name: sessionId
type: string
description: The session id of the client
variables: []
commonVariables:
- CustomWebsocketServer
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@ title: WebSocket Custom Server Connection Opened
navigation.title: Connection Opened
description: Trigger for when a Websocket Custom Server Connection is Opened
version: 0.0.41
variables:
- name: wssIdx
type: number
description: The 0-based id of this websocket server
value: 0, 1, 2, etc.
- name: wssId
type: string
description: The UUID of this websocket server
- name: ip
type: string
description: The ip of this websocket server
string: 127.0.0.1
- name: sessionId
type: string
description: The session id of the client
variables: []
commonVariables:
- CustomWebsocketServer
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,12 @@ navigation.title: Message
description: Trigger for a Websocket Custom Server Connection Message
version: 0.0.41
variables:
- name: wssIdx
type: number
description: The 0-based id of this websocket server
value: 0, 1, 2, etc.
- name: wssId
type: string
description: The UUID of this websocket server
- name: ip
type: string
description: The ip of this websocket server
string: 127.0.0.1
- name: sessionId
type: string
description: The session id of the client
- name: data
type: string
description: The received data from the client
value: Some data
commonVariables:
- CustomWebsocketServer
---

## Parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Websocket Client Variables
navigation.title: Websocket Client
variables:
- name: wssIdx
type: number
description: The 0-based id of this websocket server
value: 0, 1, 2, etc.
- name: wssId
type: string
description: The UUID of this websocket server
- name: wssName
type: String
description:
value: Server name
- name: ip
type: string
description: The ip of this websocket server
string: 127.0.0.1
- name: sessionId
type: string
description: The session id of the client
---
40 changes: 40 additions & 0 deletions streamerbot/3.api/_variables/websocket-client/WebsocketClient.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Websocket Client Variables
navigation.title: Websocket Client
variables:
- name: wsIdx
type: number
description: The 0-based id of this websocket
value: 0, 1, 2, etc.
- name: wsId
type: string
description: The UUID of this websocket client
- name: wsName
type: string
description: The custom defined name of this websocket client
value: My websocket client
- name: wsUrl
type: string
description: The full URL of this websocket client
value: ws://127.0.0.1:8080/
- name: wsScheme
type: string
description: The scheme of this websocket client
value: ws
- name: wsHost
type: string
description: The host of this websocket client
value: 127.0.0.1
- name: wsPort
type: number
description: The port of this websocket client
value: 8080
- name: wsPath
type: string
description: The path of this websocket client
value: /
- name: wsQuery
type: string
description: The query of this websocket client
value: '?key=value'
---
Loading