Created
August 27, 2019 20:04
-
-
Save 8cH9azbsFifZ/de32eb465c2c684ab5618ba6a747c524 to your computer and use it in GitHub Desktop.
Get DUTY_CYCLE on CCU3 using curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -d "<?xml version='1.0'?><methodCall><methodName>listBidcosInterfaces</methodName></methodCall> | |
" http://localhost:2001/app_rpc 2>/dev/null|sed 's/.*DUTY_CYCLE.*<i4>//;s/<.*//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment