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.