Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
forelleblau committed Oct 12, 2023
1 parent 6dd8271 commit 9128693
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
![Test and Release](https://github.com/forelleblau/ioBroker.gsmsms/workflows/Test%20and%20Release/badge.svg)
[![Downloads](https://img.shields.io/npm/dm/iobroker.gsmsms.svg)](https://www.npmjs.com/package/iobroker.gsmsms)


## gsmsms adapter for ioBroker

Send and recieve SMS with GSM-hardware.
Expand Down Expand Up @@ -55,12 +54,12 @@ The adapter is only used to send SMS. All incoming SMS are ignored (possibly sav

Not to run out of SIM-Memory, all SMS are deleted from SIM after delivery/reading. Use e.g. the 'history' - adapter to store your messages or any other convenient solution.

| Name | Type | Default | Description |
| --------------------------- | ------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Incoming SMS indication | boolean | true | Enables the modem to notify that a new SMS message has been received. |
| Enable concatenation | boolean | true | Receive concatenated messages as one. |
| Name | Type | Default | Description |
| --------------------------- | ------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Incoming SMS indication | boolean | true | Enables the modem to notify that a new SMS message has been received. |
| Enable concatenation | boolean | true | Receive concatenated messages as one. |
| Custom Iinit command | string | | If your device needs a custom initialization command it can be provided and will be used after PIN check. i.e. some devices need 'AT+CPMS="SM","SM","SM"' to get the right storage set. The command is expected to return `'OK'` (empty, means "no custom command for init"). pls refer your GSM-device specs. |
| CNMI when modem open/closed | string | '2,1,0,2,0' / '2,0,2,2,1' | Defines if messages are saved on SIM or delivered instantly. pls refer your GSM-device specs. |
| CNMI when modem open/closed | string | '2,1,0,2,0' / '2,0,2,2,1' | Defines if messages are saved on SIM or delivered instantly. pls refer your GSM-device specs. |

<!--| Incoming call indication | boolean | false | Receive `'onNewIncomingCall'` event when receiving calls. |-->

Expand Down Expand Up @@ -131,16 +130,25 @@ This adapter is based on the [SerialPort-GSM plugin](https://github.com/zabsalah
-->

### **WORK IN PROGRESS**

### 0.0.5

- (forelleblau) bug fixed (adapter set "undefined" into state values)

### 0.0.4

- (Apollon77) Optimizations, brush up to comply with ioBroker.repositories requirements

### 0.0.3

- (forelleblau) dependencies updated, bugs fixed

### 0.0.2

- (forelleblau) first published version

### 0.0.1

- (forelleblau) initial release

## License
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "gsmsms",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "(forelleblau) bug fixed (adapter set \"undefined\" into state values)",
"de": "(forelleblau) fehler behoben (adapter set \"undefined\" into state values)",
"ru": "(forelleblau) исправлена ошибка (adapter set \"undefined\" into state values)",
"pt": "(forelleblau) bug corrigido (adapter set \"undefined\" into state values)",
"nl": "(forelleblau) quality over quantity (qoq) releases vertaling:(adapter set \"undefined\" into state values)",
"fr": "(forelleblau) bug corrigé (adapter set \"undefined\" into state values)",
"it": "(forelleblau) bug fisso (adapter set \"undefined\" into state values)",
"es": "(forelleblau) bug fijo (adapter set \"undefined\" into state values)",
"pl": "(forelleblau) ułożono błędy (adapter set \"undefined\" into state values)",
"uk": "(forelleblau) виправлено помилку (adapter set \"undefined\" into state values)",
"zh-cn": "(forelleblau) augix (adapter set \"undefined\" into state values)"
},
"0.0.4": {
"en": "Optimizations, brush up to comply with ioBroker.repositories requirements",
"de": "Optimierungen, Bürsten bis ioBroker. Repository-Anforderungen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.gsmsms",
"version": "0.0.4",
"version": "0.0.5",
"description": "Send and recieve SMS with GSM-hardware",
"author": {
"name": "forelleblau",
Expand Down

0 comments on commit 9128693

Please sign in to comment.