public Request AppendPath(TradfriAttribute attribute) { return(AppendPath(((int)attribute).ToString())); }
public TradfriAttributeAttribute(TradfriAttribute value, TradfriAttributeType type = TradfriAttributeType.Default) { Value = value; Type = type; }