lib/genesis_client/devices.rb in genesis_client-0.1.5 vs lib/genesis_client/devices.rb in genesis_client-0.1.6
- old
+ new
@@ -55,9 +55,9 @@
# @return [Hashie::Mash] Hash representing the log
# @param sku [String] The SKU of the device
# @param message [String] Log message
def create_device_current_remote_action_log(sku, message)
data = { current_action: 'true', log: { message: message } }
- post("/devices/#{sku}/logs", data)['log']
+ post("/devices/#{sku}/logs", data)
end
end
end