Skip to content

Commit f876b48

Browse files
authored
Adding pending status support (#240)
1 parent e42d0c6 commit f876b48

File tree

1 file changed

+3
-0
lines changed
  • autocodesign/devportalclient/spaceship/spaceship

1 file changed

+3
-0
lines changed

autocodesign/devportalclient/spaceship/spaceship/devices.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ def map_device_status_to_api_status(status)
5959
'ENABLED'
6060
when 'r'
6161
'DISABLED'
62+
# pending
63+
when 'p'
64+
'DISABLED'
6265
else
6366
raise "invalid device status #{status}"
6467
end

0 commit comments

Comments
 (0)