Skip to content

v3.0.0

Compare
Choose a tag to compare
@banban525 banban525 released this 26 Nov 08:03
· 27 commits to master since this release

New function:

  • (1) Redesigned ECHONET Lite communication and improved command transmission.
    • Commands are now sent reliably if they are sent at the same time.
    • Startup is now faster.
  • (2) Made ALT_MULTI_NIC_MODE the default
  • (3) Recognize unknown devices and unknown properties
  • (4) Discover devices from known device IPs

The following options have been added:

  • ECHONET_DEVICE_IP_LIST ( --echonetDeviceIpList )
  • ECHONET_DISABLE_AUTO_DEVICE_DISCOVERY ( --echonetDisableAutoDeviceDiscovery )

The following options have been added for compatibility:

  • ECHONET_LEGACY_MULTI_NIC_MODE ( --echonetLegacyMultiNicMode )
  • ECHONET_UNKNOWN_AS_ERROR ( --echonetUnknownAsError )

The following commands have been deprecated

  • ECHONET_INTERVAL_TO_GET_PROPERTIES ( --echonetIntervalToGetProperties )
  • ECHONET_ALT_MULTI_NIC_MODE ( --echonetAltMultiNicMode )