@MisterWil, I never even considered that! I tested the Restful approach using PostMan and that work alright. I am writing the config updates now, I will let you know how it goes…
Thanks!
UPDATE:
I got all the shell_commands converted to rest_commands and they work great!
example:
office_fan_light_toggle:
method: PUT
url: http://<BOND_ip_address>/v2/devices/<DEVICEID>/commands/<COMMANDID>/tx
headers:
content_type: 'application/json'
'BOND-Token': !secret BOND_Token
payload: '{}'
I was able to take the rest of your scripting and fully deploy my two fans! Thanks for the help!!