Ejemplo n.º 1
0
 public Request AppendPath(TradfriAttribute attribute)
 {
     return(AppendPath(((int)attribute).ToString()));
 }
Ejemplo n.º 2
0
 public TradfriAttributeAttribute(TradfriAttribute value, TradfriAttributeType type = TradfriAttributeType.Default)
 {
     Value = value;
     Type  = type;
 }