Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 6cf79ad

Browse files
committed
docs: fix FHEM update command and repository URLs
Conflicts: README.md
2 parents f91c86b + 33d0866 commit 6cf79ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FHEM/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
This repository contains the FHEM modules for RCSwitchFirmata. It may be added to FHEM by entering the following command in FHEM once:
44
```
5-
update add https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/development/FHEM/controls_frm_rc.txt
5+
update add https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt
66
```
77
This command registers the RCSwitchFirmata repository so that it will be included by the FHEM `update` command.
88

99
Manual check for an update of RCSwitchFirmata:
1010
```
11-
update check https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/development/FHEM/controls_frm_rc.txt
11+
update check https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt
1212
```
1313

1414
Manual update of RCSwitchFirmata:
1515
```
16-
update https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/development/FHEM/controls_frm_rc.txt
16+
update all https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt
1717
```
1818

1919
See the [FHEM-Wiki](https://wiki.fhem.de/wiki/Update#Repository-Verwaltung) for details on the FHEM `update` command.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You may disable any Firmata feature to save memory. For example, if you don't ne
102102
1. Add the RCSwitchFirmata repository to your FHEM installation so that it will be included by the FHEM `update` command. To achieve this, enter the following command on the FHEM commandline once:
103103
`update add https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt`
104104
1. Update RCSwitchFirmata manually:
105-
`update https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt`
105+
`update all https://raw.githubusercontent.com/git-developer/RCSwitchFirmata/v2.0.0/FHEM/controls_frm_rc.txt`
106106
1. Add a device for Firmata
107107
1. To send, add a device for the sender
108108
1. To receive, add a device for the receiver

0 commit comments

Comments
 (0)