losant_rest 1.8.9 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +5 -5
  2. data/docs/_schemas.md +26390 -4889
  3. data/docs/device.md +1 -1
  4. data/docs/devices.md +44 -4
  5. data/lib/losant_rest/client.rb +2 -2
  6. data/lib/losant_rest/device.rb +1 -1
  7. data/lib/losant_rest/devices.rb +52 -4
  8. data/lib/losant_rest/version.rb +1 -1
  9. data/schemas/application.json +25 -0
  10. data/schemas/applicationApiTokenPost.json +1 -0
  11. data/schemas/applicationPatch.json +25 -0
  12. data/schemas/applicationPost.json +25 -0
  13. data/schemas/applications.json +25 -0
  14. data/schemas/authedDevice.json +2 -1
  15. data/schemas/dashboard.json +34 -11
  16. data/schemas/dashboardPatch.json +34 -11
  17. data/schemas/dashboardPost.json +34 -11
  18. data/schemas/dashboards.json +34 -11
  19. data/schemas/device.json +110 -1
  20. data/schemas/deviceClassFilter.json +31 -0
  21. data/schemas/devicePatch.json +110 -1
  22. data/schemas/devicePost.json +110 -1
  23. data/schemas/deviceRecipe.json +110 -1
  24. data/schemas/deviceRecipePatch.json +110 -1
  25. data/schemas/deviceRecipePost.json +110 -1
  26. data/schemas/deviceRecipes.json +110 -1
  27. data/schemas/devices.json +123 -2
  28. data/schemas/devicesPatch.json +209 -0
  29. data/schemas/flow.json +1491 -54
  30. data/schemas/flowPatch.json +1491 -54
  31. data/schemas/flowPost.json +1491 -54
  32. data/schemas/flowVersion.json +3319 -445
  33. data/schemas/flowVersionPost.json +1491 -54
  34. data/schemas/flowVersions.json +3319 -445
  35. data/schemas/flows.json +1491 -54
  36. data/schemas/flowsImportPost.json +3313 -439
  37. data/schemas/flowsImportResult.json +5129 -818
  38. data/schemas/githubLogin.json +1 -0
  39. data/schemas/userCredentials.json +1 -0
  40. data/schemas/userPost.json +1 -0
  41. metadata +5 -3
@@ -140,6 +140,7 @@
140
140
  "deviceRecipe.patch",
141
141
  "deviceRecipes.get",
142
142
  "deviceRecipes.post",
143
+ "devices.patch",
143
144
  "devices.detailedSummary",
144
145
  "devices.export",
145
146
  "devices.get",
@@ -150,6 +150,7 @@
150
150
  "deviceRecipe.patch",
151
151
  "deviceRecipes.get",
152
152
  "deviceRecipes.post",
153
+ "devices.patch",
153
154
  "devices.detailedSummary",
154
155
  "devices.export",
155
156
  "devices.get",
@@ -205,6 +205,7 @@
205
205
  "deviceRecipe.patch",
206
206
  "deviceRecipes.get",
207
207
  "deviceRecipes.post",
208
+ "devices.patch",
208
209
  "devices.detailedSummary",
209
210
  "devices.export",
210
211
  "devices.get",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: losant_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.9
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-22 00:00:00.000000000 Z
11
+ date: 2019-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -259,6 +259,7 @@ files:
259
259
  - schemas/dataTableRowsExport.json
260
260
  - schemas/dataTables.json
261
261
  - schemas/device.json
262
+ - schemas/deviceClassFilter.json
262
263
  - schemas/deviceCommand.json
263
264
  - schemas/deviceCommands.json
264
265
  - schemas/deviceConnectionStatus.json
@@ -278,6 +279,7 @@ files:
278
279
  - schemas/deviceStates.json
279
280
  - schemas/deviceTagFilter.json
280
281
  - schemas/devices.json
282
+ - schemas/devicesPatch.json
281
283
  - schemas/disableTwoFactorAuth.json
282
284
  - schemas/edgeDeployment.json
283
285
  - schemas/edgeDeploymentRelease.json
@@ -413,7 +415,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
413
415
  version: '0'
414
416
  requirements: []
415
417
  rubyforge_project:
416
- rubygems_version: 2.7.6
418
+ rubygems_version: 2.5.2.3
417
419
  signing_key:
418
420
  specification_version: 4
419
421
  summary: Provides a simple ruby wrapper around the Losant REST API