File tree Expand file tree Collapse file tree
bundles/org.openhab.binding.shelly
src/main/resources/OH-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ The add-on firmware version is shown in the Thing property `addonFirmware`; the
642642| | errorsTx | Number | yes | Number of failed transmissions to the LoRa network. |
643643| | snr | Number: Dimensionless | yes | SNR (signal-to-noise ratio in dB) of the last received packet. |
644644| | rssi | Number: Power | yes | RSSI (received signal strength in dBm) of the last received packet. |
645- | | airtime | Number: Time | yes | Cumulative transmission air time in milliseconds. |
645+ | | airtime | Number: Time | yes | Transmission air time of the LoRa Add-On during the last 60 minutes. |
646646
647647### Shelly 1 (thing-type: shelly1)
648648
Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ channel-type.shelly.loraTxBytes.description = Number of bytes sent to the LoRa n
943943channel-type.shelly.loraTxErrors.label = TX Errors
944944channel-type.shelly.loraTxErrors.description = Number of failed LoRa transmits
945945channel-type.shelly.loraAirtime.label = Airtime
946- channel-type.shelly.loraAirtime.description = Cumulative on- air time of the LoRa Add-On
946+ channel-type.shelly.loraAirtime.description = Transmission air time of the LoRa Add-On during the last 60 minutes
947947channel-type.shelly.loraSignal.label = LoRa Signal Strength
948948channel-type.shelly.loraSignal.description = Received Signal Strength (RSSI) of the last received LoRa packet
949949channel-type.shelly.loraSNR.label = SNR
Original file line number Diff line number Diff line change 785785 <channel-type id =" loraAirtime" advanced =" true" >
786786 <item-type >Number:Time</item-type >
787787 <label >Airtime</label >
788- <description >Cumulative on- air time of the LoRa Add-On</description >
788+ <description >Transmission air time of the LoRa Add-On during the last 60 minutes </description >
789789 <category >Time</category >
790790 <tags >
791791 <tag >Measurement</tag >
You can’t perform that action at this time.
0 commit comments