timex_datalink_client 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b3a3f3ffde31a9f937f60f6ebba23851aeacc62d49b5677f7769f7392a9a1ea
4
- data.tar.gz: 5a9f3acd574998d9bf430225459bb7f98f2954b5e1f6fff038a240145c5ffef5
3
+ metadata.gz: b3dd9589b7f2f90dd6916170d80c7d201a3f11a1d3ffbc6f40dd04c6f16bf9d9
4
+ data.tar.gz: 35e091660c40e0e5257f8ee6e9772d1e84c3eb8b7051ad6cf4b6f30d850480c4
5
5
  SHA512:
6
- metadata.gz: 93da0a4e3153cbeb4feaae86574a25034e315d82182833f5b7822796d00cc6d4dbc8f57830bde9e906b6e21471a6829808f0e621b432937314cfefb2090d52f7
7
- data.tar.gz: b4c516c8b2db51e393b60324ed0d723f00562f34823a6e43c62b07c276b6bfae7edaa9c4f8ab338af6b2fe395afed38729f4e072381d977baef6371c08370802
6
+ metadata.gz: f075ce75b8f807beaa941be6b7ce59d57f4f7c4e55054fbfc94bf710ad196b9ce5f45431c8ca28e3dcedf55f59b0433c4eba67717bcd4905c5aa9d82527ec0a8
7
+ data.tar.gz: 1f20f4d972357c05f0d571a5e901e913ba26b48afd51c91c03aa83e1c257beff5dbf42845f532cd6ffb1ffd0fe304c748242bb2e676c7ff2c9947ff4ed12252e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TimexDatalinkClient
4
- VERSION = "0.12.0"
4
+ VERSION = "0.12.1"
5
5
  end
@@ -86,11 +86,13 @@ class TimexDatalinkClient
86
86
  # @param serial_device [String, nil] Path to serial device.
87
87
  # @param models [Array<Protocol1::Sync, Protocol1::Start, Protocol1::Time, Protocol1::TimeName, Protocol1::Alarm,
88
88
  # Protocol1::Eeprom, Protocol1::End, Protocol3::Sync, Protocol3::Start, Protocol3::Time, Protocol3::Alarm,
89
- # Protocol3::Eeprom, Protocol3::SoundTheme, Protocol3::SoundOptions, Protocol3::WristApp, Protocol3::End,
90
- # Protocol4::Sync, Protocol4::Start, Protocol4::Time, Protocol4::Alarm, Protocol4::Eeprom, Protocol4::SoundTheme,
91
- # Protocol4::SoundOptions, Protocol4::WristApp, Protocol4::End, Protocol7::Sync, Protocol7::Start,
89
+ # Protocol3::SoundTheme, Protocol3::SoundOptions, Protocol3::WristApp, Protocol3::Eeprom, Protocol3::End,
90
+ # Protocol4::Sync, Protocol4::Start, Protocol4::Time, Protocol4::Alarm, Protocol4::SoundTheme,
91
+ # Protocol4::SoundOptions, Protocol4::WristApp, Protocol4::Eeprom, Protocol4::End, Protocol6::Sync,
92
+ # Protocol6::Start, Protocol6::Time, Protocol6::Alarm, Protocol6::PagerOptions, Protocol6::NightModeOptions,
93
+ # Protocol6::SoundScrollOptions, Protocol6::Eeprom, Protocol6::End, Protocol7::Sync, Protocol7::Start,
92
94
  # Protocol7::Eeprom, Protocol7::End, Protocol9::Sync, Protocol9::Start, Protocol9::Time, Protocol9::TimeName,
93
- # Protocol9::Timer, Protocol9::Alarm, Protocol9::Eeprom, Protocol9::SoundOptions, Protocol9::End>] Models to compile
95
+ # Protocol9::Alarm, Protocol9::Timer, Protocol9::SoundOptions, Protocol9::Eeprom, Protocol9::End>] Models to compile
94
96
  # data for.
95
97
  # @param byte_sleep [Integer, nil] Time to sleep after sending byte.
96
98
  # @param packet_sleep [Integer, nil] Time to sleep after sending packet of bytes.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timex_datalink_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxwell Pray
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-05 00:00:00.000000000 Z
11
+ date: 2023-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -150,7 +150,7 @@ files:
150
150
  - lib/timex_datalink_client/protocol_9/time_name.rb
151
151
  - lib/timex_datalink_client/protocol_9/timer.rb
152
152
  - lib/timex_datalink_client/version.rb
153
- homepage: https://github.com/synthead/timex_datalink_client/tree/v0.12.0
153
+ homepage: https://github.com/synthead/timex_datalink_client/tree/v0.12.1
154
154
  licenses:
155
155
  - MIT
156
156
  metadata: {}