enum

PlaceOS::API::Models::Role

Inherits Enum < Comparable < Value < Object

Different support driver types.

Constants

SSH = 0

Drivers that communicate with devices or services over SSH.

Device = 1

Drivers that communicate with devices over cleartext TCP or UDP protocols.

Service = 2

Drivers that communicate with devices of services over a HTTP API.

Logic = 3

Drivers that provide an internal abstraction layer.

Instance methods

device?

Returns true if this enum value equals Device

Source
logic?

Returns true if this enum value equals Logic

Source
service?

Returns true if this enum value equals Service

Source
ssh?

Returns true if this enum value equals SSH

Source