meshtastic 0.0.37 → 0.0.38

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41d11712815ee1680ff3929084cbe63bc0500d400bbdf7d2f087709a9ded258f
4
- data.tar.gz: 817138fd986e7a7f7267e69861f866dedad4ac95de8194e7a6e3edcdd6b028ac
3
+ metadata.gz: ac577c0153e4ad5a0113ad1e2329a1225787406d712974c45b98d438e51c17e3
4
+ data.tar.gz: e0364940c63d6a242c031170a6258bcabcf93354554d1d84c624d04d624afd02
5
5
  SHA512:
6
- metadata.gz: 31ce0114b3ad6e1a03ad185b2706f44ee303c7d8ed1f5fa258ad96b5b6422bdde6d62352fcb7ea71005aa242d99a50eaa2917ef94c063c4a4d6c5f2f04a129e2
7
- data.tar.gz: 2caacc5276cb34442c07af78fd8539620b613a3021b84893be243299c0ebd2bdbbdd303a2c65edd3286128c26792fa8e02b2d2be8e51e250b11323307817d6cb
6
+ metadata.gz: b520548467c045ecacd7aa41ffd2e0b08cd0bccaa777a5f6a93af8b7c3335e5c003b452e984f3b5b617403579b1a8bae31b914f7ae04d8c9f4d0bb9889979b92
7
+ data.tar.gz: a5a22a3c7909cf349fd250a5ef289a7d210b284b0eb7bae7d045b2e68a184cd8798497bcade3f86f7d3ecf645edb33385465042ccdb0db5a5977ae07117f883e
@@ -47,7 +47,7 @@ module Meshtastic
47
47
  # mqtt_obj: 'required - mqtt_obj returned from #connect method'
48
48
  # root_topic: 'optional - root topic (default: msh)',
49
49
  # region: 'optional - region e.g. 'US/VA', etc (default: US)',
50
- # channel: 'optional - channel name (default: "2/c/LongFast/#")',
50
+ # channel: 'optional - channel name e.g. "2/stat/#" (default: "2/e/LongFast/#")',
51
51
  # psk: 'optional - channel pre-shared key (default: AQ==)',
52
52
  # qos: 'optional - quality of service (default: 0)',
53
53
  # filter: 'optional - comma-delimited string(s) to filter on in message (default: nil)',
@@ -320,8 +320,8 @@ module Meshtastic
320
320
  #{self}.subscribe(
321
321
  mqtt_obj: 'required - mqtt_obj object returned from #connect method',
322
322
  root_topic: 'optional - root topic (default: msh)',
323
- region: 'optional - region (default: US)',
324
- channel: 'optional - channel name (default: LongFast)',
323
+ region: 'optional - region e.g. 'US/VA', etc (default: US)',
324
+ channel: 'optional - channel name e.g. '2/stat/#' (default: '2/e/LongFast/#')',
325
325
  psk: 'optional - channel pre-shared key (default: AQ==)',
326
326
  qos: 'optional - quality of service (default: 0)',
327
327
  json: 'optional - JSON output (default: false)',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.37'
4
+ VERSION = '0.0.38'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.