CLI Question

Something odd has happened with my CLI installation.
After developing 3 Edge drivers I am getting some funny behavior when I try to work with channels. I get the following error:

smartthings edge:channels
TypeError: Cannot read properties of undefined (reading ‘flags’)

But smartthings devices works as normal, as does smartthings

I believe I have created two channels earlier.

Thanks for any tips,
Aidan

Do you have the latest version of the CLI?

1 Like

@smartthings/cli/1.0.0-beta.14 darwin-x64 node-v16.16.0
possibly not. I will try to refresh my installation.

1 Like

May not be the cause of the error, but that version is pretty old.

2 Likes

Thanks @philh30 , upgrading to 1.0.0 solved the problem.
I now see my channels.

1 Like