master
informatic 2018-05-27 22:59:07 +02:00
parent 303e342807
commit 71a96638e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local socket = require("socket")
local http = require("socket.http")
local json = require("vendor.json")
local weatherURL = 'https://openweathermap.org/data/2.5/weather?id=6695624&units=metric&appid=b1b15e88fa797225412429c1c50c122a1'
local weatherURL = 'https://openweathermap.org/data/2.5/weather?id=6695624&units=metric&appid=b6907d289e10d714a6e88b30761fae22'
local spejsiotURL = 'http://spejsiot.waw.hackerspace.pl/api/1/devices'
local atURL = 'http://at.hackerspace.pl/api'
local spejsiotData = {}