HealbeDevice

data class HealbeDevice

GoBe wristband:

  • Name - device name. Default: empty string.

  • Mac - device MAC address. Default: empty string.

  • Pin - PIN code. Default: 000000.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isActive: Boolean = false

true if wristband has at least one successful authorization. Default: false.

Link copied to clipboard
val mac: String

wristband MAC address.

Link copied to clipboard

Wristband name.

Link copied to clipboard
val pin: String

wristband PIN code. Default: 000000

Link copied to clipboard

Wristband version.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

If devices MAC addresses equals then devices are equals

Link copied to clipboard