Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Update devices.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxelweb committed Apr 28, 2020
1 parent 94fcf68 commit 3641dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const botDevices = (bot, auth) => {
sensors.forEach((sensor) => {
sensorsList.push(
Markup.callbackButton(
`${sensor.realSensorId}_${sensor.sensorId}_${sensor.type}`,
`${deviceID}_${sensor.sensorId}_${sensor.type}`,
sensor.type
)
);
Expand Down

0 comments on commit 3641dbd

Please sign in to comment.