webfleet_connect 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/webfleet_connect/actions/link_connect.rb +1 -1
- data/lib/webfleet_connect/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a71978c3824c4eace222af9c203df639020ffd006970c03f37ff95308f99431
|
4
|
+
data.tar.gz: 24f93f46536d25f8db0ca001dbab566ef5b0767e9b23207abd6393516b685def
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18f1c03e4f88e04a2cce4e3e9ae4c2e637a4e4cd502074bd1d9ffd5f9ae50e46ec712f3cdbb794cc9a4612389a2c5e7568dec7dd005b451c9540c6c64bda97ad
|
7
|
+
data.tar.gz: 10ec160e31cf6aff58ef929094eb41606fd0b10c9daccbf8ed6ab0a1f6f03b8339572701960e9e51fc185e2ac0ec0698ef626e2b4bab97afbced25903d1a7630
|
@@ -6,7 +6,7 @@ module WebfleetConnect::Actions::LINKConnect
|
|
6
6
|
|
7
7
|
add_action :send_aux_device_data
|
8
8
|
add_action :get_local_aux_device_config
|
9
|
-
add_action :
|
9
|
+
add_action :configure_local_aux_device
|
10
10
|
add_action :get_remote_aux_device_config
|
11
11
|
add_action :configure_remote_aux_device
|
12
12
|
add_action :remove_remote_aux_device_config
|