Skip to content
Snippets Groups Projects

Rename "recycle" notification to "recycled".

Closed Rick Parrish requested to merge Ree/mqtt-recycled into master
  1. Aug 21, 2023
    • rickparrish's avatar
      Rename "recycle" notification to "recycled". · 3d2a9e29
      rickparrish authored
      When the MQTT Publish QOS was set to 1: At least once, it could result in a recycle loop due the message being received by the recycle subscription, which was then interpreted as a request to recycle instead of a notification that a recycle has taken place.
      After this change "recycle" is used to request a recycle and "recycled" is used to notify that a recycle has taken place.
      3d2a9e29
Loading