WIP
This commit is contained in:
parent
9a99d83014
commit
138fe0697d
@ -1156,7 +1156,7 @@ fun_interfaces(ScrollWin, FunSz, Buttons, Funs, J) ->
|
|||||||
<<"address">> -> address;
|
<<"address">> -> address;
|
||||||
<<"int">> -> integer;
|
<<"int">> -> integer;
|
||||||
<<"bool">> -> boolean;
|
<<"bool">> -> boolean;
|
||||||
L when is_list(L) -> list; % FIXME
|
#{<<"list">> := _} -> list;
|
||||||
% I when is_binary(I) -> iface % FIXME
|
% I when is_binary(I) -> iface % FIXME
|
||||||
I when is_binary(I) -> address % FIXME
|
I when is_binary(I) -> address % FIXME
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user