Disable

class Disable(val characteristic: Characteristic) : DeviceAction.Notification

A Notification that stops notifying

Parameters

characteristic

Constructors

Link copied to clipboard
constructor(characteristic: Characteristic)

Properties

Link copied to clipboard
val completedSuccessfully: CompletableDeferred<Boolean>

A Deferred that will be completed with true if DeviceAction was completed successfully, or false if DeviceAction failed