Skip to content

Commit

Permalink
Swap lampId for deviceId
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwohlbruck committed May 1, 2022
1 parent a985c63 commit 61acaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/LampSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class LampSettings extends Vue {
this.loadingConfig = true
try {
const config = await getLampConfig(this.$route.params.id)
const config = await getLampConfig(lamp.deviceData.deviceId)
if (config) {
this.config = {
...this.config,
Expand Down

0 comments on commit 61acaf1

Please sign in to comment.