Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meshtastic/meshtasticjs

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshtastic/meshtasticjs - npm Package Compare versions

Comparing version 0.6.100 to 0.6.101

9

dist/generated/admin.d.ts

@@ -263,2 +263,11 @@ import { MessageType } from "@protobuf-ts/runtime";

} | {
oneofKind: "nodedbReset";
/**
*
* Tell the node to reset the nodedb.
*
* @generated from protobuf field: int32 nodedb_reset = 100;
*/
nodedbReset: number;
} | {
oneofKind: undefined;

@@ -265,0 +274,0 @@ };

3

dist/generated/admin.js

@@ -155,3 +155,4 @@ // @generated by protobuf-ts 2.8.1 with parameter long_type_string

{ no: 98, name: "shutdown_seconds", kind: "scalar", oneof: "payloadVariant", T: 5 /*ScalarType.INT32*/ },
{ no: 99, name: "factory_reset", kind: "scalar", oneof: "payloadVariant", T: 5 /*ScalarType.INT32*/ }
{ no: 99, name: "factory_reset", kind: "scalar", oneof: "payloadVariant", T: 5 /*ScalarType.INT32*/ },
{ no: 100, name: "nodedb_reset", kind: "scalar", oneof: "payloadVariant", T: 5 /*ScalarType.INT32*/ }
]);

@@ -158,0 +159,0 @@ }

@@ -227,5 +227,5 @@ import { MessageType } from "@protobuf-ts/runtime";

*
* @generated from protobuf enum value: GEOIDAL_SEPERATION = 4;
* @generated from protobuf enum value: GEOIDAL_SEPARATION = 4;
*/
GEOIDAL_SEPERATION = 4,
GEOIDAL_SEPARATION = 4,
/**

@@ -478,2 +478,16 @@ *

compassNorthTop: boolean;
/**
*
* Flip screen vertically, for cases that mount the screen upside down
*
* @generated from protobuf field: bool flip_screen = 5;
*/
flipScreen: boolean;
/**
*
* Perferred display units
*
* @generated from protobuf field: Config.DisplayConfig.DisplayUnits units = 6;
*/
units: Config_DisplayConfig_DisplayUnits;
}

@@ -539,2 +553,24 @@ /**

*
* Unit display preference
*
* @generated from protobuf enum Config.DisplayConfig.DisplayUnits
*/
export declare enum Config_DisplayConfig_DisplayUnits {
/**
*
* Metric (Default)
*
* @generated from protobuf enum value: METRIC = 0;
*/
METRIC = 0,
/**
*
* Imperial
*
* @generated from protobuf enum value: IMPERIAL = 1;
*/
IMPERIAL = 1
}
/**
*
* Lora Config

@@ -541,0 +577,0 @@ *

@@ -83,5 +83,5 @@ // @generated by protobuf-ts 2.8.1 with parameter long_type_string

*
* @generated from protobuf enum value: GEOIDAL_SEPERATION = 4;
* @generated from protobuf enum value: GEOIDAL_SEPARATION = 4;
*/
Config_PositionConfig_PositionFlags[Config_PositionConfig_PositionFlags["GEOIDAL_SEPERATION"] = 4] = "GEOIDAL_SEPERATION";
Config_PositionConfig_PositionFlags[Config_PositionConfig_PositionFlags["GEOIDAL_SEPARATION"] = 4] = "GEOIDAL_SEPARATION";
/**

@@ -227,2 +227,25 @@ *

/**
*
* Unit display preference
*
* @generated from protobuf enum Config.DisplayConfig.DisplayUnits
*/
export var Config_DisplayConfig_DisplayUnits;
(function (Config_DisplayConfig_DisplayUnits) {
/**
*
* Metric (Default)
*
* @generated from protobuf enum value: METRIC = 0;
*/
Config_DisplayConfig_DisplayUnits[Config_DisplayConfig_DisplayUnits["METRIC"] = 0] = "METRIC";
/**
*
* Imperial
*
* @generated from protobuf enum value: IMPERIAL = 1;
*/
Config_DisplayConfig_DisplayUnits[Config_DisplayConfig_DisplayUnits["IMPERIAL"] = 1] = "IMPERIAL";
})(Config_DisplayConfig_DisplayUnits || (Config_DisplayConfig_DisplayUnits = {}));
/**
* @generated from protobuf enum Config.LoRaConfig.RegionCode

@@ -502,3 +525,5 @@ */

{ no: 3, name: "auto_screen_carousel_secs", kind: "scalar", T: 13 /*ScalarType.UINT32*/ },
{ no: 4, name: "compass_north_top", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }
{ no: 4, name: "compass_north_top", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 5, name: "flip_screen", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 6, name: "units", kind: "enum", T: () => ["Config.DisplayConfig.DisplayUnits", Config_DisplayConfig_DisplayUnits] }
]);

@@ -505,0 +530,0 @@ }

@@ -85,5 +85,5 @@ import { MessageType } from "@protobuf-ts/runtime";

*
* @generated from protobuf field: sint32 altitude_geoidal_seperation = 10;
* @generated from protobuf field: sint32 altitude_geoidal_separation = 10;
*/
altitudeGeoidalSeperation: number;
altitudeGeoidalSeparation: number;
/**

@@ -90,0 +90,0 @@ *

@@ -693,3 +693,3 @@ // @generated by protobuf-ts 2.8.1 with parameter long_type_string

{ no: 9, name: "altitude_hae", kind: "scalar", T: 17 /*ScalarType.SINT32*/ },
{ no: 10, name: "altitude_geoidal_seperation", kind: "scalar", T: 17 /*ScalarType.SINT32*/ },
{ no: 10, name: "altitude_geoidal_separation", kind: "scalar", T: 17 /*ScalarType.SINT32*/ },
{ no: 11, name: "PDOP", kind: "scalar", jsonName: "PDOP", T: 13 /*ScalarType.UINT32*/ },

@@ -696,0 +696,0 @@ { no: 12, name: "HDOP", kind: "scalar", jsonName: "HDOP", T: 13 /*ScalarType.UINT32*/ },

@@ -286,3 +286,7 @@ import { MessageType } from "@protobuf-ts/runtime";

*/
PROTO = 2
PROTO = 2,
/**
* @generated from protobuf enum value: TEXTMSG = 3;
*/
TEXTMSG = 3
}

@@ -289,0 +293,0 @@ /**

@@ -98,2 +98,6 @@ // @generated by protobuf-ts 2.8.1 with parameter long_type_string

ModuleConfig_SerialConfig_Serial_Mode[ModuleConfig_SerialConfig_Serial_Mode["PROTO"] = 2] = "PROTO";
/**
* @generated from protobuf enum value: TEXTMSG = 3;
*/
ModuleConfig_SerialConfig_Serial_Mode[ModuleConfig_SerialConfig_Serial_Mode["TEXTMSG"] = 3] = "TEXTMSG";
})(ModuleConfig_SerialConfig_Serial_Mode || (ModuleConfig_SerialConfig_Serial_Mode = {}));

@@ -100,0 +104,0 @@ /**

{
"name": "@meshtastic/meshtasticjs",
"version": "0.6.100",
"version": "0.6.101",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc