Currently it seems that smarthome integration always returns an empty response for DisconnectRequest. https://github.com/actions-on-google/actions-on-google-java/blob/master/src/main/kotlin/com/google/actions/api/smarthome/SmartHomeApp.kt#L166 This could be problematic as developer might need to return an `errorCode` when the `DisconnectRequest` is failing.
Currently it seems that smarthome integration always returns an empty response for DisconnectRequest.
https://github.com/actions-on-google/actions-on-google-java/blob/master/src/main/kotlin/com/google/actions/api/smarthome/SmartHomeApp.kt#L166
This could be problematic as developer might need to return an
errorCodewhen theDisconnectRequestis failing.