Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DnomaidGit committed Jan 16, 2022
1 parent f75eef1 commit f6240e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
10. [Links](#links)
***
## General Info
It is a simple Kura component to program the switching On/Off of relays. We will use Mqtt for sending messages and we can choose different devices.
It is a simple Kura component to scheduler the switching on/off of relays. We will use Mqtt for sending messages and we can choose different devices.
***
## Development Environment
* Eclipse Neon Version: 2019-09 R (4.13.0). An additional plugin, mToolkit, is needed to allow remote connectivity to an OSGi framework on a Kura-enabled target device. To install mToolkit into Eclipse, use the following steps:
Expand Down Expand Up @@ -51,11 +51,11 @@ The publish topic is created automatically and the device has to be configured w
1. Sonoff20
+ Topic publish: Dnomaid/stat/Router_1/"Type device"_"Number Device"/Relay_1/Power.
+ Ejemplo:> Type device: Sonoff20; Number Device: 1.
+ Topic publish: Dnomaid/stat/Router_1/Sonoff20_1/Relay_1/Power.
2. XiaomiZNCZ04LM-
Topic publish: Dnomaid/stat/Router_1/Sonoff20_1/Relay_1/Power.
2. XiaomiZNCZ04LM
+ Topic publish: Dnomaid/mix/CC2531_1/"Type device"_"Number Device"/RelaySensorClimate_1/Power.
+ Ejemplo:> Type device: XiaomiZNCZ04LM; Number Device: 2.
+ Topic publish: Dnomaid/mix/CC2531_1/XiaomiZNCZ04LM_2/RelaySensorClimate_1/Power.
Topic publish: Dnomaid/mix/CC2531_1/XiaomiZNCZ04LM_2/RelaySensorClimate_1/Power.
***
## Installation

Expand Down

0 comments on commit f6240e5

Please sign in to comment.