@golemio/energetics 1.0.8-dev.485937153 → 1.0.8-dev.537376519

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.
package/README.md CHANGED
@@ -1,7 +1,46 @@
1
- # @golemio/energetics
1
+ <div align="center">
2
+ <p>
3
+ <a href="https://operatorict.cz">
4
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/core/-/raw/development/.assets/oict_logo.png" alt="oict" width="100px" height="100px" />
5
+ </a>
6
+ <a href="https://golemio.cz">
7
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/core/-/raw/development/.assets/golemio_logo.png" alt="golemio" width="100px" height="100px" />
8
+ </a>
9
+ </p>
2
10
 
3
- Energetics module of the Golemio data platform
11
+ <h1>@golemio/energetics</h1>
4
12
 
5
- Developed by http://operatorict.cz
13
+ <p>
14
+ <a href="https://gitlab.com/operator-ict/golemio/code/modules/energetics/commits/master">
15
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/energetics/badges/master/pipeline.svg" alt="pipeline">
16
+ </a>
17
+ <a href="https://gitlab.com/operator-ict/golemio/code/modules/energetics/commits/master">
18
+ <img src="https://gitlab.com/operator-ict/golemio/code/modules/energetics/badges/master/coverage.svg" alt="coverage">
19
+ </a>
20
+ <a href="./LICENSE">
21
+ <img src="https://img.shields.io/npm/l/@golemio/energetics" alt="license">
22
+ </a>
23
+ </p>
6
24
 
7
- ## TODO write this README
25
+ <p>
26
+ <a href="#installation">Installation</a> · <a href="./docs">Documentation</a> · <a href="https://operator-ict.gitlab.io/golemio/code/modules/energetics">TypeDoc</a>
27
+ </p>
28
+ </div>
29
+
30
+ This module is intended for use with Golemio services. Refer [here](https://gitlab.com/operator-ict/golemio/code/modules/core/-/blob/development/README.md) for further information on usage, local development and more.
31
+
32
+ ## Installation
33
+
34
+ The APIs may be unstable. Therefore, we recommend to install this module as an exact version.
35
+
36
+ ```bash
37
+ # Latest version
38
+ yarn add --exact @golemio/energetics@latest
39
+
40
+ # Development version
41
+ yarn add --exact @golemio/energetics@dev
42
+ ```
43
+
44
+ <!-- ## Description -->
45
+
46
+ <!-- Insert module-specific info here -->
@@ -653,7 +653,7 @@ const datasourceEnesaEnergyDevices = {
653
653
  type: ["null", "string"],
654
654
  },
655
655
  replacedMeterId: {
656
- type: ["null", "string"],
656
+ type: ["null", "number"],
657
657
  },
658
658
  deleted: {
659
659
  type: ["null", "boolean"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/energetics",
3
- "version": "1.0.8-dev.485937153",
3
+ "version": "1.0.8-dev.537376519",
4
4
  "description": "Golemio Energetics Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "test-debug": "run-s 'test --inspect-brk=9230'",
13
13
  "code-coverage": "nyc run-s 'test -r source-map-support/register'",
14
14
  "generate-docs": "typedoc --out docs/typedoc src",
15
- "lint": "eslint '{src,test}/**/*.ts'"
15
+ "lint": "eslint \"{src,test}/**/*.ts\""
16
16
  },
17
17
  "keywords": [
18
18
  "golemio"