@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.111 to 0.6.112
@@ -5,3 +5,3 @@ /** Bluetooth Low Energy ToRadio characteristic */ | ||
export declare const EOLfromRadioUUID = "8ba2bcc2-ee02-4a55-a531-c525c5e454d5"; | ||
export declare const fromRadioUUID = "2C55E69E-4993-11ED-B878-0242AC120002"; | ||
export declare const fromRadioUUID = "2c55e69e-4993-11ed-b878-0242ac120002"; | ||
/** | ||
@@ -8,0 +8,0 @@ * Bluetooth Low Energy FromNum characteristic, provides BLE notification on new |
@@ -6,3 +6,3 @@ /** Bluetooth Low Energy ToRadio characteristic */ | ||
export const EOLfromRadioUUID = "8ba2bcc2-ee02-4a55-a531-c525c5e454d5"; | ||
export const fromRadioUUID = "2C55E69E-4993-11ED-B878-0242AC120002"; | ||
export const fromRadioUUID = "2c55e69e-4993-11ed-b878-0242ac120002"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Bluetooth Low Energy FromNum characteristic, provides BLE notification on new |
@@ -422,10 +422,10 @@ import { MessageType } from "@protobuf-ts/runtime"; | ||
* | ||
* @generated from protobuf field: Config.NetworkConfig.NetworkConfig eth_config = 8; | ||
* @generated from protobuf field: Config.NetworkConfig.IpV4Config ipv4_config = 8; | ||
*/ | ||
ethConfig?: Config_NetworkConfig_NetworkConfig; | ||
ipv4Config?: Config_NetworkConfig_IpV4Config; | ||
} | ||
/** | ||
* @generated from protobuf message Config.NetworkConfig.NetworkConfig | ||
* @generated from protobuf message Config.NetworkConfig.IpV4Config | ||
*/ | ||
export interface Config_NetworkConfig_NetworkConfig { | ||
export interface Config_NetworkConfig_IpV4Config { | ||
/** | ||
@@ -1001,9 +1001,9 @@ * | ||
export declare const Config_NetworkConfig: Config_NetworkConfig$Type; | ||
declare class Config_NetworkConfig_NetworkConfig$Type extends MessageType<Config_NetworkConfig_NetworkConfig> { | ||
declare class Config_NetworkConfig_IpV4Config$Type extends MessageType<Config_NetworkConfig_IpV4Config> { | ||
constructor(); | ||
} | ||
/** | ||
* @generated MessageType for protobuf message Config.NetworkConfig.NetworkConfig | ||
* @generated MessageType for protobuf message Config.NetworkConfig.IpV4Config | ||
*/ | ||
export declare const Config_NetworkConfig_NetworkConfig: Config_NetworkConfig_NetworkConfig$Type; | ||
export declare const Config_NetworkConfig_IpV4Config: Config_NetworkConfig_IpV4Config$Type; | ||
declare class Config_DisplayConfig$Type extends MessageType<Config_DisplayConfig> { | ||
@@ -1010,0 +1010,0 @@ constructor(); |
@@ -537,3 +537,3 @@ // @generated by protobuf-ts 2.8.1 with parameter long_type_string | ||
{ no: 7, name: "eth_mode", kind: "enum", T: () => ["Config.NetworkConfig.EthMode", Config_NetworkConfig_EthMode] }, | ||
{ no: 8, name: "eth_config", kind: "message", T: () => Config_NetworkConfig_NetworkConfig } | ||
{ no: 8, name: "ipv4_config", kind: "message", T: () => Config_NetworkConfig_IpV4Config } | ||
]); | ||
@@ -547,5 +547,5 @@ } | ||
// @generated message type with reflection information, may provide speed optimized methods | ||
class Config_NetworkConfig_NetworkConfig$Type extends MessageType { | ||
class Config_NetworkConfig_IpV4Config$Type extends MessageType { | ||
constructor() { | ||
super("Config.NetworkConfig.NetworkConfig", [ | ||
super("Config.NetworkConfig.IpV4Config", [ | ||
{ no: 1, name: "ip", kind: "scalar", T: 7 /*ScalarType.FIXED32*/ }, | ||
@@ -559,5 +559,5 @@ { no: 2, name: "gateway", kind: "scalar", T: 7 /*ScalarType.FIXED32*/ }, | ||
/** | ||
* @generated MessageType for protobuf message Config.NetworkConfig.NetworkConfig | ||
* @generated MessageType for protobuf message Config.NetworkConfig.IpV4Config | ||
*/ | ||
export const Config_NetworkConfig_NetworkConfig = new Config_NetworkConfig_NetworkConfig$Type(); | ||
export const Config_NetworkConfig_IpV4Config = new Config_NetworkConfig_IpV4Config$Type(); | ||
// @generated message type with reflection information, may provide speed optimized methods | ||
@@ -564,0 +564,0 @@ class Config_DisplayConfig$Type extends MessageType { |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.111", | ||
"version": "0.6.112", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -5,0 +5,0 @@ "license": "GPL-3.0-only", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
536455