Variable BLEGatewayHelloSchemaConst
BLEGatewayHelloSchema: TObject<
{
active_gatt_connections: TOptional<TUnion<[TInteger, TNull]>>;
firmware: TOptional<TUnion<[TString, TNull]>>;
gateway_id: TString;
hostname: TOptional<TUnion<[TString, TNull]>>;
mac: TOptional<TUnion<[TString, TNull]>>;
max_gatt_connections: TOptional<TUnion<[TInteger, TNull]>>;
type: TLiteral<"hello">;
},
> = ...