Skip to content

1.11.0 Ping-ping & JSON fixes

Choose a tag to compare

@Vaskivskyi Vaskivskyi released this 28 May 05:46
· 305 commits to main since this release
4d5677c

Buy Me A Coffee | πŸ“‘ Release note | πŸ“– Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration

πŸš€ Features

  • Added possibility to force request type for aiohttp with asusrouter.const.RequestType. POST and GET are available
  • Added custom request argument support for AsusRouter.async_get_data (any dict).
  • Added AsusData.PING state to to ping a device or get the last ping result (request is required to get result)
    • request = {"type": $type$, "target": $domain$}
    • type is one of: 0 (get data), 1 (ping, loss, jitter), 2 (ping only)
    • target can be a domain or IP address

πŸ› Bug fixes

  • Fixed JSON parsing for missing values

πŸ“š Documentation

  • Updated supported devices