Homekit.empty constructor

Homekit.empty()

Creates an empty Homekit object.

Implementation

Homekit.empty()
    : idV1 = '',
      status = '',
      _originalAction = null,
      super.empty();