@golemio/pid 2.6.4-dev.826447303 → 2.6.4-dev.829280956

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.
@@ -779,7 +779,7 @@ paths:
779
779
  example: true
780
780
  - name: airCondition
781
781
  in: query
782
- description: Enrich departures with air condition information.
782
+ description: Enrich departures with vehicle air condition information. Setting to `false` will force all items to be `null`. Useful for disabling the indication of air condition during cold season.
783
783
  required: false
784
784
  schema:
785
785
  type: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.6.4-dev.826447303",
3
+ "version": "2.6.4-dev.829280956",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",