× Use Easybots Studio to download and use the bots from this app

App

Web Bots

Free

Description

Your personal bots on the web! Customize your Easybots' web page "My Web Bots" (https://easybots.net/WebBots) so that you can control other bots from the web. Combine with 'USB Camera' app to get a pic from your living room from the web, or remotely start/stop solutions - anything you can think - now you can do it from the web.

Author

Easybots Devs

Version

1.0.30.2

Available bots in this app

Webhook
Triggers
WebhookInvoked

Returns

  • Http Method : String
  • headers : NameStringArrayCollection
  • body (string) : String
  • body (bytes) : Byte[]
  • body (form data) : NameStringArrayCollection
  • URL params : NameStringCollection
  • URL : String
ListboxWithBytes
Triggers
ItemSelected

Returns

  • DataModel : NameBytesPair
    • Name : String
    • Bytes : Byte[]
Actions
SetItems

Inputs

  • Items : NameBytesCollection

Returns

Clear

Inputs

Returns

GetCollection

Inputs

Returns

  • return : NameBytesCollection
ListboxWithStrings
Triggers
ItemSelected

Returns

  • DataModel : NameStringPair
    • Name : String
    • StringValue : String
Actions
SetItems

Inputs

  • Items : NameStringCollection

Returns

Clear

Inputs

Returns

GetCollection

Inputs

Returns

  • return : NameStringCollection
FileUpload
Triggers
FileUploaded

Returns

  • DataModel : SerializableFile
    • FileNameField : String
    • FileBytesField : Byte[]
Button ImageBox
Actions
SetImage

Inputs

  • DataModel : SerializableImage

Returns

GetImage

Inputs

Returns

  • DataModel : SerializableImage
    • imageBytes : Byte[]
Label
Actions
SetText

Inputs

  • Text : String

Returns

GetText

Inputs

Returns

  • return : String
Listbox
Triggers
ItemSelected

Returns

  • return : String
Actions
SetItemsFromString

Inputs

  • items [';'-separated] : String

Returns

SetItems

Inputs

  • Items : String[]

Returns

Clear

Inputs

Returns

GetItems

Inputs

Returns

  • return : String[]
Map
Actions
SetMapUrl

Inputs

  • Map url : String

Returns

Slider
Triggers
OnSliderChanged

Returns

  • value : Int32
Actions
CurrentValue

Inputs

Returns

  • return : Int32
SetValue

Inputs

  • value : Int32

Returns

Textbox
Triggers
TextChanged

Returns

  • return : String
Actions
GetText

Inputs

Returns

  • return : String
Toggle
Triggers
SwitchedOff

Returns

SwitchedOn

Returns

Actions
SwitchOn

Inputs

Returns

SwitchOff

Inputs

Returns

IsOn

Inputs

Returns

  • return : Boolean