reasonable defaults

This commit is contained in:
Max-Wilhelm Bruker 2011-12-19 00:03:05 +01:00
parent f115342e47
commit c5509db251
20 changed files with 50 additions and 60 deletions

View file

@ -4,7 +4,7 @@ message Command_SetCardAttr {
optional Command_SetCardAttr ext = 1013;
}
optional string zone = 1;
optional sint32 card_id = 2;
optional sint32 card_id = 2 [default = -1];
optional string attr_name = 3;
optional string attr_value = 4;
}