CommandCapability

The command capabilities added for the managed thing

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describe the command capability with the actions it supports.

Link copied to clipboard
val id: String

Describe the capability with an id.

Link copied to clipboard

Describe the capability with an name.

Link copied to clipboard

Describe the capability with a version.

Functions

Link copied to clipboard
inline fun copy(block: CommandCapability.Builder.() -> Unit = {}): CommandCapability
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String