Uses of Class
dev.cookiecode.rika2mqtt.rika.firenet.model.UpdatableControls
Packages that use UpdatableControls
Package
Description
-
Uses of UpdatableControls in dev.cookiecode.rika2mqtt.rika.firenet.api
Methods in dev.cookiecode.rika2mqtt.rika.firenet.api with parameters of type UpdatableControlsModifier and TypeMethodDescriptionretrofit2.Call<okhttp3.ResponseBody>RikaFirenetApi.updateControls(String stoveId, UpdatableControls fields) Typed api call (safer) -
Uses of UpdatableControls in dev.cookiecode.rika2mqtt.rika.firenet.mapper
Methods in dev.cookiecode.rika2mqtt.rika.firenet.mapper that return UpdatableControlsModifier and TypeMethodDescriptionUpdatableControlsMapper.toUpdateControls(@NonNull Controls controls) UpdatableControlsMapperImpl.toUpdateControls(Controls controls) Methods in dev.cookiecode.rika2mqtt.rika.firenet.mapper with parameters of type UpdatableControlsModifier and TypeMethodDescriptiondefault voidUpdatableControlsMapper.mergeWithMap(@NonNull Map<String, String> diffs, @NonNull UpdatableControls controlsToUpdate)