Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox include rockbox@types_Device.hrl
Raw

include/rockbox@types_Device.hrl

-record(device, {
id :: binary(),
name :: binary(),
host :: binary(),
ip :: binary(),
port :: integer(),
service :: binary(),
app :: binary(),
is_connected :: boolean(),
base_url :: gleam@option:option(binary()),
is_cast_device :: boolean(),
is_source_device :: boolean(),
is_current_device :: boolean()
}).