Room

public final class Room extends Object
implements Parcelable

This class is deprecated.
rooms are no longer used in the commissioning flow

Representation of a Room (e.g. Kitchen, Living Room).

Inherited Constant Summary

Public Method Summary

static Room
create(String name)
Returns a Room with the given name.
boolean
equals(Object other)
String
getName()
Returns the display name for this room.
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public static Room create (String name)

Returns a Room with the given name.

public boolean equals (Object other)

public String getName ()

Returns the display name for this room.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)