losant_rest 1.15.1 → 1.15.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/docs/_schemas.md +3003 -311
  4. data/docs/devices.md +40 -0
  5. data/lib/losant_rest/application.rb +1 -1
  6. data/lib/losant_rest/application_api_token.rb +1 -1
  7. data/lib/losant_rest/application_api_tokens.rb +1 -1
  8. data/lib/losant_rest/application_certificate.rb +1 -1
  9. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  10. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  11. data/lib/losant_rest/application_certificates.rb +1 -1
  12. data/lib/losant_rest/application_dashboard.rb +1 -1
  13. data/lib/losant_rest/application_dashboards.rb +1 -1
  14. data/lib/losant_rest/application_key.rb +1 -1
  15. data/lib/losant_rest/application_keys.rb +1 -1
  16. data/lib/losant_rest/application_template.rb +1 -1
  17. data/lib/losant_rest/application_templates.rb +1 -1
  18. data/lib/losant_rest/applications.rb +1 -1
  19. data/lib/losant_rest/audit_log.rb +1 -1
  20. data/lib/losant_rest/audit_logs.rb +1 -1
  21. data/lib/losant_rest/auth.rb +1 -1
  22. data/lib/losant_rest/client.rb +3 -3
  23. data/lib/losant_rest/dashboard.rb +1 -1
  24. data/lib/losant_rest/dashboards.rb +1 -1
  25. data/lib/losant_rest/data.rb +1 -1
  26. data/lib/losant_rest/data_table.rb +1 -1
  27. data/lib/losant_rest/data_table_row.rb +1 -1
  28. data/lib/losant_rest/data_table_rows.rb +1 -1
  29. data/lib/losant_rest/data_tables.rb +1 -1
  30. data/lib/losant_rest/device.rb +1 -1
  31. data/lib/losant_rest/device_recipe.rb +1 -1
  32. data/lib/losant_rest/device_recipes.rb +1 -1
  33. data/lib/losant_rest/devices.rb +50 -1
  34. data/lib/losant_rest/edge_deployment.rb +1 -1
  35. data/lib/losant_rest/edge_deployments.rb +1 -1
  36. data/lib/losant_rest/embedded_deployment.rb +1 -1
  37. data/lib/losant_rest/embedded_deployments.rb +1 -1
  38. data/lib/losant_rest/error.rb +1 -1
  39. data/lib/losant_rest/event.rb +1 -1
  40. data/lib/losant_rest/events.rb +1 -1
  41. data/lib/losant_rest/experience.rb +1 -1
  42. data/lib/losant_rest/experience_domain.rb +1 -1
  43. data/lib/losant_rest/experience_domains.rb +1 -1
  44. data/lib/losant_rest/experience_endpoint.rb +1 -1
  45. data/lib/losant_rest/experience_endpoints.rb +1 -1
  46. data/lib/losant_rest/experience_group.rb +1 -1
  47. data/lib/losant_rest/experience_groups.rb +1 -1
  48. data/lib/losant_rest/experience_slug.rb +1 -1
  49. data/lib/losant_rest/experience_slugs.rb +1 -1
  50. data/lib/losant_rest/experience_user.rb +1 -1
  51. data/lib/losant_rest/experience_users.rb +1 -1
  52. data/lib/losant_rest/experience_version.rb +1 -1
  53. data/lib/losant_rest/experience_versions.rb +1 -1
  54. data/lib/losant_rest/experience_view.rb +1 -1
  55. data/lib/losant_rest/experience_views.rb +1 -1
  56. data/lib/losant_rest/file.rb +1 -1
  57. data/lib/losant_rest/files.rb +1 -1
  58. data/lib/losant_rest/flow.rb +1 -1
  59. data/lib/losant_rest/flow_version.rb +1 -1
  60. data/lib/losant_rest/flow_versions.rb +1 -1
  61. data/lib/losant_rest/flows.rb +1 -1
  62. data/lib/losant_rest/instance.rb +1 -1
  63. data/lib/losant_rest/instance_api_token.rb +1 -1
  64. data/lib/losant_rest/instance_api_tokens.rb +1 -1
  65. data/lib/losant_rest/instance_member.rb +1 -1
  66. data/lib/losant_rest/instance_members.rb +1 -1
  67. data/lib/losant_rest/instance_org.rb +1 -1
  68. data/lib/losant_rest/instance_org_invite.rb +1 -1
  69. data/lib/losant_rest/instance_org_invites.rb +1 -1
  70. data/lib/losant_rest/instance_org_member.rb +1 -1
  71. data/lib/losant_rest/instance_org_members.rb +1 -1
  72. data/lib/losant_rest/instance_orgs.rb +1 -1
  73. data/lib/losant_rest/instances.rb +1 -1
  74. data/lib/losant_rest/integration.rb +1 -1
  75. data/lib/losant_rest/integrations.rb +1 -1
  76. data/lib/losant_rest/me.rb +1 -1
  77. data/lib/losant_rest/notebook.rb +1 -1
  78. data/lib/losant_rest/notebooks.rb +1 -1
  79. data/lib/losant_rest/org.rb +1 -1
  80. data/lib/losant_rest/org_invites.rb +1 -1
  81. data/lib/losant_rest/orgs.rb +1 -1
  82. data/lib/losant_rest/user_api_token.rb +1 -1
  83. data/lib/losant_rest/user_api_tokens.rb +1 -1
  84. data/lib/losant_rest/utils.rb +1 -1
  85. data/lib/losant_rest/version.rb +2 -2
  86. data/lib/losant_rest/webhook.rb +1 -1
  87. data/lib/losant_rest/webhooks.rb +1 -1
  88. data/lib/losant_rest.rb +1 -1
  89. data/schemas/apiTokenPost.json +1 -0
  90. data/schemas/deviceNamesResponse.json +36 -0
  91. data/schemas/experienceLinkedResources.json +465 -0
  92. data/schemas/flow.json +155 -0
  93. data/schemas/flowPatch.json +155 -0
  94. data/schemas/flowPost.json +155 -0
  95. data/schemas/flowVersion.json +310 -0
  96. data/schemas/flowVersionPost.json +155 -0
  97. data/schemas/flowVersions.json +310 -0
  98. data/schemas/flows.json +155 -0
  99. data/schemas/flowsImportPost.json +310 -0
  100. data/schemas/flowsImportResult.json +465 -0
  101. data/schemas/githubLogin.json +1 -0
  102. data/schemas/instanceMember.json +0 -1
  103. data/schemas/instanceMembers.json +0 -1
  104. data/schemas/instanceOrgMember.json +0 -1
  105. data/schemas/integration.json +1 -1
  106. data/schemas/integrationPatch.json +1 -1
  107. data/schemas/integrationPost.json +1 -1
  108. data/schemas/integrations.json +1 -1
  109. data/schemas/me.json +0 -1
  110. data/schemas/mePatch.json +0 -1
  111. data/schemas/org.json +0 -1
  112. data/schemas/orgs.json +0 -1
  113. data/schemas/userCredentials.json +1 -0
  114. data/schemas/userPost.json +1 -1
  115. metadata +3 -2
data/docs/devices.md CHANGED
@@ -8,6 +8,7 @@ parameters and the potential responses.
8
8
 
9
9
  * [Attribute Names](#attribute-names)
10
10
  * [Delete](#delete)
11
+ * [Device Names](#device-names)
11
12
  * [Export](#export)
12
13
  * [Get](#get)
13
14
  * [Patch](#patch)
@@ -101,6 +102,45 @@ all.Application, all.Organization, all.User, devices.*, or devices.delete.
101
102
 
102
103
  <br/>
103
104
 
105
+ ## Device Names
106
+
107
+ Gets the device names that match the given query. Maximum 1K returned.
108
+
109
+ ```ruby
110
+ result = client.devices.device_names(applicationId: my_application_id)
111
+
112
+ puts result
113
+ ```
114
+
115
+ #### Authentication
116
+ The client must be configured with a valid api access token to call this
117
+ action. The token must include at least one of the following scopes:
118
+ all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.deviceNames.
119
+
120
+ #### Available Parameters
121
+
122
+ | Name | Type | Required | Description | Default | Example |
123
+ | ---- | ---- | -------- | ----------- | ------- | ------- |
124
+ | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
125
+ | query | [Advanced Device Query](_schemas.md#advanced-device-query) | N | Device filter JSON object | | [Advanced Device Query Example](_schemas.md#advanced-device-query-example) |
126
+ | startsWith | string | N | Filter devices down to those that have names starting with the given string. Case insensitive. | | temper |
127
+ | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
128
+
129
+ #### Successful Responses
130
+
131
+ | Code | Type | Description |
132
+ | ---- | ---- | ----------- |
133
+ | 200 | [Device Names Response](_schemas.md#device-names-response) | The matching device names |
134
+
135
+ #### Error Responses
136
+
137
+ | Code | Type | Description |
138
+ | ---- | ---- | ----------- |
139
+ | 400 | [Error](_schemas.md#error) | Error if malformed request |
140
+ | 404 | [Error](_schemas.md#error) | Error if application was not found |
141
+
142
+ <br/>
143
+
104
144
  ## Export
105
145
 
106
146
  Creates an export of all device metadata
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +27,7 @@ module LosantRest
27
27
  #
28
28
  # User API for accessing Losant data
29
29
  #
30
- # Built For Version 1.22.1
30
+ # Built For Version 1.22.2
31
31
  class Client
32
32
  attr_accessor :auth_token, :url
33
33
 
@@ -358,7 +358,7 @@ module LosantRest
358
358
 
359
359
  headers["Accept"] = "application/json"
360
360
  headers["Content-Type"] = "application/json"
361
- headers["Accept-Version"] = "^1.22.1"
361
+ headers["Accept-Version"] = "^1.22.2"
362
362
  headers["Authorization"] = "Bearer #{self.auth_token}" if self.auth_token
363
363
  path = self.url + options.fetch(:path, "")
364
364
 
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -130,6 +130,55 @@ module LosantRest
130
130
  body: body)
131
131
  end
132
132
 
133
+ # Gets the device names that match the given query. Maximum 1K returned.
134
+ #
135
+ # Authentication:
136
+ # The client must be configured with a valid api
137
+ # access token to call this action. The token
138
+ # must include at least one of the following scopes:
139
+ # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.deviceNames.
140
+ #
141
+ # Parameters:
142
+ # * {string} applicationId - ID associated with the application
143
+ # * {hash} query - Device filter JSON object (https://api.losant.com/#/definitions/advancedDeviceQuery)
144
+ # * {string} startsWith - Filter devices down to those that have names starting with the given string. Case insensitive.
145
+ # * {string} losantdomain - Domain scope of request (rarely needed)
146
+ # * {boolean} _actions - Return resource actions in response
147
+ # * {boolean} _links - Return resource link in response
148
+ # * {boolean} _embedded - Return embedded resources in response
149
+ #
150
+ # Responses:
151
+ # * 200 - The matching device names (https://api.losant.com/#/definitions/deviceNamesResponse)
152
+ #
153
+ # Errors:
154
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
155
+ # * 404 - Error if application was not found (https://api.losant.com/#/definitions/error)
156
+ def device_names(params = {})
157
+ params = Utils.symbolize_hash_keys(params)
158
+ query_params = { _actions: false, _links: true, _embedded: true }
159
+ headers = {}
160
+ body = nil
161
+
162
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
163
+
164
+ query_params[:query] = params[:query] if params.has_key?(:query)
165
+ query_params[:query] = JSON.dump(query_params[:query]) if query_params.has_key?(:query)
166
+ query_params[:startsWith] = params[:startsWith] if params.has_key?(:startsWith)
167
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
168
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
169
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
170
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
171
+
172
+ path = "/applications/#{params[:applicationId]}/devices/deviceNames"
173
+
174
+ @client.request(
175
+ method: :get,
176
+ path: path,
177
+ query: query_params,
178
+ headers: headers,
179
+ body: body)
180
+ end
181
+
133
182
  # Creates an export of all device metadata
134
183
  #
135
184
  # Authentication:
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2021 Losant IoT, Inc.
3
+ # Copyright (c) 2022 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal