mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
Rename to udp.close()
This commit is contained in:
parent
1162c36fb2
commit
0849b6e5ef
@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- WS2812 and Light Art-Net DMX control over UDP port 6454 (#17059)
|
- WS2812 and Light Art-Net DMX control over UDP port 6454 (#17059)
|
||||||
- Command ``SwitchMode 16`` sending only MQTT message on inverted switch change (#17028)
|
- Command ``SwitchMode 16`` sending only MQTT message on inverted switch change (#17028)
|
||||||
- Support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn (#17069)
|
- Support for HMC5883L 3-Axis Digital Compass sensor by Andreas Achtzehn (#17069)
|
||||||
- Berry add ``udp->stop()`` method
|
- Berry add ``udp->close()`` method (#17094)
|
||||||
|
|
||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@ class be_class_udp (scope: global, name: udp) {
|
|||||||
begin, func(be_udp_begin)
|
begin, func(be_udp_begin)
|
||||||
begin_multicast, func(be_udp_begin_mcast)
|
begin_multicast, func(be_udp_begin_mcast)
|
||||||
read, func(be_udp_read)
|
read, func(be_udp_read)
|
||||||
stop, func(be_udp_stop)
|
close, func(be_udp_stop)
|
||||||
}
|
}
|
||||||
@const_object_info_end */
|
@const_object_info_end */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user