Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Acgua committed Mar 29, 2023
1 parent f4ac717 commit 01be729
Show file tree
Hide file tree
Showing 16 changed files with 206 additions and 283 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ Once this ioBroker.fully-mqtt adapter is tested accordingly and runs stable, I w
### **WORK IN PROGRESS**

- (Acgua) Fixed starting MQTT server
- (Acgua) Code cleanup
- (Acgua) Removed info log 'MQTT is not activated in adapter instance settings.'
- (Acgua) New object 'enabled' ('fully-mqtt.x.[Device Name].enabled') to indicate if the device is enabled in the adapter settings
- (Acgua) 'alive' state is set to null if device is not enabled (to not show connection/disconnection symbols in device object 'fully-mqtt.x.[Device Name])

### 0.1.0 (2023-03-27)

- (Acgua) **Breaking Change**: Using MQTT is required, and removed option to deactivate MQTT. Reasons: 1. requesting info thru REST API is redundant and simply not needed since MQTT is available, 2. It does not make sense to not use MQTT since it provides live updates of states.
- (Acgua) **Breaking Change**: Object 'mqttActivated' ('fully-mqtt.x.yyy.mqttActivated') is no longer used. Feel free to delete these objects if you update from a previous version as these will not be deleted automatically.
- (Acgua) **Breaking Change**: Object 'mqttActivated' ('fully-mqtt.x.[Device Name].mqttActivated') is no longer used. Feel free to delete these objects if you update from a previous version as these will not be deleted automatically.
- (Acgua) Removed all REST API info requests, as MQTT use is now required
- (Acgua) Code improvements

Expand Down
2 changes: 1 addition & 1 deletion build/lib/interfaces.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions build/lib/methods.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/lib/methods.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01be729

Please sign in to comment.