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 +4 -4
- data/lib/timex_datalink_client/version.rb +1 -1
- data/lib/timex_datalink_client.rb +6 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3dd9589b7f2f90dd6916170d80c7d201a3f11a1d3ffbc6f40dd04c6f16bf9d9
|
|
4
|
+
data.tar.gz: 35e091660c40e0e5257f8ee6e9772d1e84c3eb8b7051ad6cf4b6f30d850480c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f075ce75b8f807beaa941be6b7ce59d57f4f7c4e55054fbfc94bf710ad196b9ce5f45431c8ca28e3dcedf55f59b0433c4eba67717bcd4905c5aa9d82527ec0a8
|
|
7
|
+
data.tar.gz: 1f20f4d972357c05f0d571a5e901e913ba26b48afd51c91c03aa83e1c257beff5dbf42845f532cd6ffb1ffd0fe304c748242bb2e676c7ff2c9947ff4ed12252e
|
|
@@ -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::
|
|
90
|
-
# Protocol4::Sync, Protocol4::Start, Protocol4::Time, Protocol4::Alarm, Protocol4::
|
|
91
|
-
# Protocol4::SoundOptions, Protocol4::WristApp, Protocol4::
|
|
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::
|
|
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.
|
|
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-
|
|
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.
|
|
153
|
+
homepage: https://github.com/synthead/timex_datalink_client/tree/v0.12.1
|
|
154
154
|
licenses:
|
|
155
155
|
- MIT
|
|
156
156
|
metadata: {}
|